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

Re: Conflict error after second modify commit

From: Matthias Lederhofer <matled_at_uni.de>
Date: 2003-11-18 18:04:32 CET

I just played around a little bit and was abled to localize the
problem further. It only appears with apache (not tested on apache1,
just apache2) if there is a Location-directive inside a
Virtualhost-Directive. Example:

<VirtualHost *>
        ServerName test.svn.lan
        <Location />
                DAV svn
                SVNPath /home/svn/repos/test/
        </Location>
</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 18 18:30:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

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