You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alan Knowles <al...@akbkhome.com> on 2003/06/20 15:05:19 UTC

autoversioning broke in 0.24.2

following a brief conversation with ben on irc.

looks like this broke dav autoversioning
http://svn.collab.net/viewcvs-dev/svn/trunk/subversion/mod_dav_svn/version.c?r1=4371&r2=5988

you will see this in the apache logs.
--snippet from apache2 log file
[Fri Jun 20 21:19:25 2003] [error] [client 192.168.0.40] Unable to 
checkout resource /svn/test.xml.  [409, #0]
[Fri Jun 20 21:19:25 2003] [error] [client 192.168.0.40] (17)File 
exists: Activities cannot be created at that location; query the 
DAV:activity-collection-set property.  [403, #190001]

it was caused by the autoversioning code calling the make activity code..

the workaround is to remove the code in the above patch :) - or wait for 
autoversioning to be fixed I guess..

Regards
Alan





-- 
Can you help out?
Need Consulting Services or Know of a Job?
http://www.akbkhome.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org