[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Apache2 on linux "DAV svn"

From: David Bo Jensen <dbj_at_elektronik.dk>
Date: 2006-10-16 12:52:41 CEST

I have search the internet for an example with
TortoiseSVN on Windows XP and a linux server running Apache2 with something
like this

        Alias /svnm /root/svn/test
        <Location /svnm>
             DAV svn
             SVNListParentPath on
             SVNParentPath /root/svn
             SVNAutoVersioning on
             AuthType basic
             AuthName "subversion"
             AuthUserFile /etc/svn-passwd
             Require valid-user
        </Location>

in a VirtualHost.
I simply cannot make it work.

Has anybody succeeded with any subversion windows client and a linux Apache2
server with mod_dav_svn?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Oct 16 13:12:09 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.