Re: Connecting to local repository from Windows virtual machine

2009-04-15 Thread Quinn Taylor
On Apr 14, 2009, at 10:32 PM, Jeff H wrote: Thanks for the help, Quinn! This got me a lot further. FYI, I had to change the "www" to "_www" in the chown Terminal command--apparently, that's the apache username. To get things working completely, I also had to add the following line to /etc/apach

Re: Connecting to local repository from Windows virtual machine

2009-04-14 Thread Jeff H
Thanks for the help, Quinn! This got me a lot further. FYI, I had to change the "www" to "_www" in the chown Terminal command--apparently, that's the apache username. To get things working completely, I also had to add the following line to /etc/apache2/httpd.conf: LoadModule dav_svn_module /opt/

Re: Connecting to local repository from Windows virtual machine

2009-04-08 Thread Quinn Taylor
IIRC, Windows VM partitions can't read/write on Mac partitions, so file-based access is probably not the best solution. Your two other main options are to host the repository on the network via (1) the svnserve daemon of (2) Apache2 web sharing. I've done both, and neither is terribly diffi