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

Re: bug? "Delta source ended unexpectedly"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-18 19:58:53 CET

> Here's the file that won't update:
>
> ,----[ tools/hook-scripts/propchange-email.pl ]
> | $ svn st -v propchange-email.pl
> | 4092 3765 blair propchange-email.pl
> `----
>
> And here's the wcprops file:
>
> ,----[ tools/hook-scripts/.svn/wcprops/propchange-email.pl ]
> | K 25
> | svn:wc:ra_dav:version-url
> | V 65
> | /repos/svn/!svn/ver/3765/trunk/tools/hook-scripts/commit-email.pl
> | END
> `----

There's the problem. Your wcprop cache is talking about a DIFFERENT
file than the one you have. It should be talking about
propchange-email.pl, not commit-email.pl!

Here are the revisions in which propchange-email.pl changed:

4111
4046
3755
3748
[...]

And here are the revisions in which commit-email.pl changed:

4111
3956
3765
[...]

Something is really messed up here. You have a file called
propchange-email.pl whose wcprop cache is for a different file
altogether, and whose last-changed-revision is for that other file as
well. Actually, even *that* is wrong. If you had r4092 of
commit-email.pl, the last-changed-rev sholud be 3956!

So what on earth do you actually have? A copy of propchange-email.pl
or commit-email.pl?

You can use 'svn cat -r' to fetch specific versions of files, and
compare them to your working file and text-base. Just to verify.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 20:01:52 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.