5

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

1 Answer 1

7

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.

2
  • 1
    One additional comment - if you need a web repository viewer, you can look into ViewVC, which I believe can run under lighttpd. Commented 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? Commented Oct 12, 2009 at 17:58

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.