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

Re: Invalid last changed info after svn copy WC -> WC ?

From: Christian Franke <Christian.Franke_at_t-online.de>
Date: Fri, 23 Oct 2009 23:41:17 +0200

Ryan Schmidt wrote:
>
> On Oct 23, 2009, at 15:59, Christian Franke wrote:
>
>> if 'svn copy' is used to copy a WC dir to a new WC dir, the 'Last
>> Changed Rev' info of the new WC files is incorrect after the commit.
>
> You need to "svn up" after doing so to get your working copy out of
> its mixed-revision state.
>
>
>

This 'svn update' was included in the testcase:

...
$ svn commit -m 'tag one'
Adding tags/one
Committed revision 2.

$ svn update
At revision 2.

$ diff -us trunk/file.txt tags/one/file.txt
...

A simple update does apparently not help.

This does also not help:

$ rm tags/one/file.txt && svn update

... but this helps:

$ rm -r tags/one && svn update

Christian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410777

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 23:43:19 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.