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

Re: Corrupted svn:wc:ra_dav:version-url ?

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-08-03 20:05:16 CEST

On 8/3/06, Number Cruncher <number.cruncher@ntlworld.com> wrote:
> Looking at the svn:wc:ra_dav:version-url prop of the files in .svn/work
> reveals that only "old.c" has the incorrect "N-S" path; all others are
> "/svn/repo".
>
> I've examined the text dump of the repo and, again, this is the only
> file to have a svn:wc:ra_dav:version-url Prop-content K/V pair expressed
> in the dump file.
>
> Do I just delete the svn:wc:ra_dav:version-url entry from the dump file
> and reload?

Wow. That should never have been in the dump file. svn:wc props are
local props that shouldn't be sent to the server. In fact, they
should reject those properties today. So, yah, if it's setting
svn:wc:ra_dav:version-url in the dump, toss it.

(You could also try a propdel on svn:wc:ra_dav:version-url, but I
think that may not work either.)

Hopefully, this is a bug from 2002 and not present today. =) -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 3 20:24:03 2006

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.