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

Re: entry and wcprops stored in repository(!) (was: bug? "Delta source ended unexpectedly")

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-19 03:43:45 CET

Greg Stein <gstein@lyra.org> writes:

> Revision 4046 added those properties to propchange-email.pl on the server.
>
> Now to figure out how to find all the files with bad props and get rid of
> them...

We also need to figure out where this bug crept in.

Somehow, the 'svn:wc:' props and 'svn:entry' props (which are "live"
props normally generated by the RA layer) weren't properly filtered
somewhere, so instead of being routed into an entries file or wcprop
area, they got stored as normal "dead" props in blair's working copy.
Then he unknowingly committed them in r4046. Now whenever someone
checks out or updates that file, the bogus dead props overwrite the
correct live props.

Once we know where the filtering bug crept in, we know how far back to
look for bogus deadprops in our repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 19 03:46:48 2002

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.