Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
Hi, I've upgraded from 10.6's native version of 1.6.15 to 1.6.17 using .dmg as well as using MacPorts. I've followed the installers directions to update the envvars file on my remote server, as well .profile on the client side and vice, versa If I run snvserv --version on the server I get the co

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread Ryan Schmidt
On Jun 25, 2011, at 14:38, davmar wrote: > I've upgraded from 10.6's native version of 1.6.15 to 1.6.17 using .dmg as > well as using MacPorts. > I've followed the installers directions to update the envvars file on my > remote server, as well .profile on the client side and vice, versa If I run

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
Hey thanks Ryan for the quick response and clear description of the problem. What would you do in this case? Would I have to uninstall the native apache2 on the mac server and re-install using MacPorts. It sounds like it could be messy. Thanks, Dav Ryan Schmidt-80 wrote: > > On Jun 25, 2011,

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread Ryan Schmidt
On Jun 25, 2011, at 15:43, davmar wrote: > What would you do in this case? > Would I have to uninstall the native apache2 on the mac server and > re-install using MacPorts. > It sounds like it could be messy. What do you want to do? First of all I was not clear whether you were running Mac OS X

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
I used the .dmg installer on both the client Macs and the server Mac. The .dmg is advertised to come with "everything" needed for both. Yea, the Mac OSX Server GUI is why I decided to go with putting the repository on the server. As you asked, I would like to upgrade the server to 1.6.17. I've

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
Hi, Yes, as I expected this is turning into a mess for someone who is unfamiliar with Apache2 and Subversion. Doesn't seem to be as easy as outlined above. I did follow the instructions listed but nothing really seems to be happening. ps -aef returns: 0 61079 1 0 0:00.01 ?? 0:0

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread Ryan Schmidt
On Jun 25, 2011, at 20:45, davmar wrote: > Yes, as I expected this is turning into a mess for someone who is unfamiliar > with Apache2 and > Subversion. Doesn't seem to be as easy as outlined above. > I did follow the instructions listed but nothing really seems to be > happening. > > ps -aef r

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
You actually nailed the diagnosis but dav_svn_module doesn't seem to be doing its thing: I copied the entire httpd.conf from the Apple Apache2 into the MacPorts Apache2 instead of just editing it. So I am now have the MacPorts apache2 running but when typing in http://myserver/svn , I am not gett

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread Ryan Schmidt
On Jun 25, 2011, at 21:34, davmar wrote: > I copied the entire httpd.conf from the Apple Apache2 into the MacPorts > Apache2 instead of just editing it. So I am now have the MacPorts apache2 > running but when typing in http://myserver/svn , I am not getting the svn > page. What are you getting i

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
This is what I get when grep for dav or svn in the httpd.conf: bash-3.2$ cat httpd.conf | grep dav LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule dav_svn_module modules/mod_dav_svn.so Include conf/extra/httpd-dav.conf bash-3.2$ cat httpd.conf |

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread Ryan Schmidt
On Jun 25, 2011, at 22:09, davmar wrote: > This is what I get when grep for dav or svn in the httpd.conf: If you want http://myserver/svn to be served by mod_dav_svn, there's going to have to be a "" block somewhere that tells Apache to do that. Consult the Subversion documentation for what nee

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
Yea apologies about that Reading the docs now. Wouldn't have gotten to this point without your help though. I might need it again though. Thanks! D Ryan Schmidt-80 wrote: > > On Jun 25, 2011, at 22:09, davmar wrote: > >> This is what I get when grep for dav or svn in the httpd.conf: > >

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-25 Thread davmar
So it looks good now, the repository page is showing up (without the version though) but that is okay. Thanks again! I wanted to authenticate against my Open Directory LDAP server, the docs don't go over this and web seems to assume you will be using the native Mac GUI to do this, which took 3 cl

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-27 Thread Torsten Krah
Am Samstag, den 25.06.2011, 21:19 -0700 schrieb davmar: > Do you have any suggestions on this? > > Use mod_authnz_ldap: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html smime.p7s Description: S/MIME cryptographic signature

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-27 Thread davmar
Hi, I will look into that a bit later, thanks for info. I am trying to check out from my server and am having a problem. I am concurrently doing research on the web for this, but I am under a deadline. So I am seeing if you have any ideas. Checkout does not seem to be working: MightyMouse:sup

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-27 Thread davmar
Does the client need to have apache2 (MacPorts) running also? davmar wrote: > > Hi, > > I will look into that a bit later, thanks for info. > > I am trying to check out from my server and am having a problem. > I am concurrently doing research on the web for this, but I am under > a deadline.

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-27 Thread davmar
Apologies for all the questions, I am trying to "import" to my local machine and not "checkout" but I get the same problem as below. I have a file on my server side under the "trunk" directory. But nothing seems to make it down to my client. Thanks, D Message: MightyMouse:supository user$ svn

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-27 Thread Ryan Schmidt
On Jun 27, 2011, at 11:42, davmar wrote: > Does the client need to have apache2 (MacPorts) running also? No, Apache is a server program. The server runs the server (Apache with mod_dav_svn in your case), the client runs the client (the Subversion command line client, or TortoiseSVN, or Version

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

2011-06-28 Thread davmar
Hey Ryan, Everything is up and running fine as of yesterday. I wanted to thank you. Thanks! D Ryan Schmidt-80 wrote: > > > On Jun 25, 2011, at 20:45, davmar wrote: > >> Yes, as I expected this is turning into a mess for someone who is >> unfamiliar >> with Apache2 and >> Subversion. Doesn't