Re: Setting up Subversion (was: Setting up CVS so it actually works!)
Re: Setting up Subversion (was: Setting up CVS so it actually works!)
- Subject: Re: Setting up Subversion (was: Setting up CVS so it actually works!)
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 10 Jul 2004 14:16:12 -0600
On Jul 10, 2004, at 1:14 PM, Jeff Ganyard wrote:
My problem is that I do need a multiuser/network solution with ssh.
And from what I've read/tried that means Apache2 with WebDAV and
that's were I had I problems last time I tried.
Not quite; Apache doesn't do SSH. Apache does SSL, which is different
from SSH. If you want SVN+SSH, all you need to do is have svnserve
installed, run OpenSSH's server on the server computer, and make sure
the user has at least read permission on the repository & database.
Then you can do something like "svn co
svn+ssh://somehost.com/path/to/repository" to do a checkout.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"Monsieur l'abbi, I detest what you write, but I would give my life to
make it possible for you to continue to write." - Voltaire
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.