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

RE: svn update --depth=empty WC corruption issue

From: Bert Huijben <bert_at_vmoo.com>
Date: Tue, 3 Jun 2008 09:38:19 +0200

> -----Original Message-----
> From: dglasser_at_gmail.com [mailto:dglasser_at_gmail.com] On Behalf Of David
> Glasser
> Sent: dinsdag 3 juni 2008 9:12
> To: Bert Huijben (TCG)
> Cc: dev_at_subversion.tigris.org
> Subject: Re: svn update --depth=empty WC corruption issue
>
> This is fixed on trunk and nominated for backport to 1.5.x. We're
> currently debating whether it really needs to make it into 1.5.0.
>
> Given that this is the second or third independent report of this bug,
> I'm starting to lean a whole lot towards putting it in 1.5.0. What is
> the point of having release candidates if we don't fix the most
> reported bug?
>
> --dave

I first ran another test on the same svn using serf instead of neon. (To
answer another question in the Possible data corruption thread)

# svn up -r 3900 --depth=empty AddItemCommand.cs
At revision 3900.

# svn up
U AddItemCommand.cs
Updated to revision 4217.

So this doesn't cause the corruption, but it still misses the U
AddItemCommand.cs in the initial update, while the file did change by
updating.

        Bert

> -----Original Message-----
> From: Bert Huijben [mailto:bert_at_vmoo.com]
> Sent: dinsdag 3 juni 2008 9:34
> To: 'Bert Huijben'
> Subject:
>
> Hi,
>
> Using current 1.5.x (@31482) and a public collabnet subversion server
> on
> 1.4.3:
>
> # svn co
> http://ankhsvn.open.collab.net/svn/ankhsvn/trunk/src/Ankh/Commands/
> commands
> . <snip>.. (username guest, password empty) .
> A commands\AddItemCommand.cs
> .
> Checked out revision 4217.
> # cd commands
> # svn up -r 3900 --depth=empty AddItemCommand.cs
> At revision 3900.
> # svn up
> svn: Checksum mismatch for 'AddItemCommand.cs'; expected:
> '111f5de9b72e194b711b8
> 973ff8f37b1', actual: '29536039df6a7786a01c3d161693e44b'
>
> The file did modify between r4219 and r3900, but I see no notification
> of
> that change, but the working copy file changed and is actually back to
> the
> latest version after the last update (the failed one)
>
> # svn log --limit 3 -q AddItemCommand.cs
> -----------------------------------------------------------------------
> -
> r3980 | rhuijben | 2008-04-24 12:24:53 +0200 (do, 24 apr 2008)
> -----------------------------------------------------------------------
> -
> r3902 | rhuijben | 2008-04-16 14:28:20 +0200 (wo, 16 apr 2008)
> -----------------------------------------------------------------------
> -
> r3878 | sander | 2008-04-15 16:40:52 +0200 (di, 15 apr 2008)
> -----------------------------------------------------------------------
> -
>
> Bert
>
> (Originally reported by sander / mac|giver on the AnkhSVN project)
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-03 09:38:40 CEST

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.