[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 20:30:12 CET

Ben Collins-Sussman <sussman@collab.net> writes:

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

Oh crap, this is some nasty thing!

My hook-scripts directory was totally normal to begin with:

$ svn st -v
[...]
 4156 4111 blair propchange-email.pl
[...]

$ more .svn/wcprops/propchange-email.pl.svn-work
[...]
/repos/svn/!svn/ver/4111/trunk/tools/hook-scripts/propchange-email.pl
[...]

Then on mbk's recommendation, I ran

$ cd ..
$ rm -rf hook-scripts
$ svn up
A hook-scripts
A hook-scripts/commit-access-control.pl
A hook-scripts/mailer.py
A hook-scripts/svnperms.py
A hook-scripts/propchange-email.pl
A hook-scripts/commit-email.pl
A hook-scripts/mailer.conf.example
A hook-scripts/svnperms.conf.example
A hook-scripts/README
A hook-scripts/commit-access-control.cfg.example
Updated to revision 4156.

...and now my propchange-email.pl data is hosed in exactly the same
way everyone else's is!

$ cd hook-scripts
$ svn st -v
[...]
 4156 3765 blair propchange-email.pl
[...]

$ more .svn/wcprops/propchange-email.pl.svn-work
[...]
/repos/svn/!svn/ver/3765/trunk/tools/hook-scripts/commit-email.pl
[...]

Can anyone else reproduce besides me?

---------------------------------------------------------------------
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:32:51 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.