I'm trying to setup a subversion repository without apache (my webserver is using Lighttpd) Is there anyway I can do that?
1 Answer
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.
- 1One additional comment - if you need a web repository viewer, you can look into ViewVC, which I believe can run under lighttpd.EEAA– EEAA2009-10-07 13:49:36 +00:00Commented Oct 7, 2009 at 13:49
- Yeah I'm going to use trac for vewing, do you now if it's possible to checkout without SSH?mnml– mnml2009-10-12 17:58:11 +00:00Commented Oct 12, 2009 at 17:58