I'm trying to setup a subversion repository without apache (my webserver is using Lighttpd) Is there anyway I can do that?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 6 down vote accepted

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.

link|improve this answer
1  
One additional comment - if you need a web repository viewer, you can look into ViewVC, which I believe can run under lighttpd. – ErikA Oct 7 '09 at 13:49
Yeah I'm going to use trac for vewing, do you now if it's possible to checkout without SSH? – mnml Oct 12 '09 at 17:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.