Subversion without Apache

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


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.