Il giorno mer, 11/07/2007 alle 13.48 +0200, Henry Nestler ha scritto: > > Pietro Abate schrieb: > > With darcs I > > just make the entire directory accessible with http and it works. What > > do I have to do with svn ? > > svnserve -d -r /tmp/tailor/svnrepo > > That is not http:, can cessable by svn://localhost/
Henry suggests svnserve, which expose your repo using the native svn protocol (+ native-protocol-over-ssh). To be accessible via HTTP, you need to instrument your apache to use WebDAV. hth, ciao, lele. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
