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

Re: Problem with svn.collab.net?

From: <cmpilato_at_collab.net>
Date: 2002-12-13 19:56:39 CET

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> --On Thursday, December 12, 2002 8:42 PM -0800 Justin Erenkrantz
> <jerenkrantz@apache.org> wrote:
>
> > In the course of doing my routine update, I got the following error:
> >
> > svn: Incomplete data
> > svn: Delta source ended unexpectedly
>
> A tarball of just the hook-scripts dir (which is the culprit) is here:
>
> http://scotch.ics.uci.edu/~jerenk/svn-corrupt.tar.gz
>
> Still doesn't work. Help! -- justin

Hm... I can 'svn up -r 4085 propchange-email.pl; svn up' in my working
copy without a hitch.

Here's my wc:
% svn st -uv
             4085 4079 niemeyer .
             4111 3768 blair README
             4111 3434 kfogel commit-access-control.cfg.example
             4111 3748 cmpilato commit-access-control.pl
             4111 4111 blair commit-email.pl
             4111 3434 kfogel mailer.conf.example
             4111 3224 gstein mailer.py
       * 4085 4046 blair propchange-email.pl
             4111 3434 kfogel svnperms.conf.example
             4111 4079 niemeyer svnperms.py

Yours (after updating everything but the file that dies):
% svn st -uv
             4085 4079 niemeyer .
             4111 3768 blair README
             4111 3434 kfogel commit-access-control.cfg.example
             4111 3748 cmpilato commit-access-control.pl
             4111 4111 blair commit-email.pl
             4111 3434 kfogel mailer.conf.example
             4111 3224 gstein mailer.py
       * 4085 3765 blair propchange-email.pl
             4111 3434 kfogel svnperms.conf.example
             4111 4079 niemeyer svnperms.py

I find it a bit odd that propchange-email.pl is at 4085 in both wc's,
but the last-changed-rev is different. Do I think that's crucial?
Not a bit.

OHOHOH! But it *is* crucial!

Here's my wcprops for propchange-email.pl:
% more .svn/wcprops/propchange-email.pl.svn-work
K 25
svn:wc:ra_dav:version-url
V 69
/repos/svn/!svn/ver/4046/trunk/tools/hook-scripts/propchange-email.pl
END

And yours:
% more .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

You actually are requesting diffs from the server against the WRONG VERSION!

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