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

Re: svn commit error

From: John Swartzentruber <nospam2_at_mcswartz.org>
Date: 2005-02-15 22:18:12 CET

On 2/15/2005 3:45 PM Ben Collins-Sussman wrote:

> There was a heisen-bug somebody found months ago, whereby the DAV layer
> wasn't updating the secret DAV cache it keeps in the .svn/ area.
> Specifically the files within the .svn/wcprops/ area. If those caches
> aren't updated properly, DAV will start giving errors like this.
>
> An immediate solution to your problem is to just 'rm .svn/wcprops/*'. A
> non-existent cache is better than an incorrect cache!

I moved the files from .svn/wcprops for the files that were causing a
problem. Of the six files in my commit, three of them had the same
problem. Moving the files did fix the problem, as you surmised it would.

Here is a diff of the cached genmsgs.msg file that was causing the
problem as well as the newer one that was created:

3,4c3,4
< V 38
< /!svn/ver/1/Common/General/genmsgs.msg

---
 > V 40
 > /!svn/ver/212/Common/General/genmsgs.msg
It doesn't mean much to me, but maybe it will to you.
If you have any suggestions on things to pay attention to to help track 
down this problem, let me know. It seems to hit me pretty frequently, so 
I'm assuming I'll be seeing it again. I'm ignorant, but it seems that 
the svn:externals aspect might be significant. If you want to take it 
offlist, let me know.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 15 22:20:56 2005

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

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