I'm trying to setup a subversion repository without apache (my webserver is using Lighttpd) Is there anyway I can do that?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Sure - you can use one of two access methods that don't rely on apache. The first is using the included svnserve daemon. The other option is to use svn+ssh. |
|||