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

Check for Modifications does not always display "Copied from URL" correctly, and is missing "Copied from Rev".

From: Jared Silva <jayrod_at_gmail.com>
Date: Mon, 26 Oct 2009 15:40:26 -0400

Check for Modifications does not always display "Copied from URL"
correctly, as shown below. In addition, Check for Modifications is
missing "Copied from Rev". If it is not too much trouble, I would
like Check for Modifications to display "Copied from Rev" in addition
to "Copied from URL".

$ svn cp ntemacs23 ntemacs
$ svn info ntemacs
Revision: 332
Copied From URL: https://svn.a.com/b/c/d/ntemacs23
Copied From Rev: 332
Last Changed Rev: 296

Check for Modifications displays the following:
Revision: 296
Copied from URL: 23

In this case, Copied from URL is wrong. Revision matches svn Last
Changed Rev but not Copied From Rev.

$ svn cp -r 296 ntemacs23 nt
$ svn info nt
Revision: 296
Copied From URL: https://svn.a.com/b/c/d/ntemacs23
Copied From Rev: 296
Last Changed Rev: 296

Check for Modifications displays the following:
Revision: 296
Copied from URL: emacs23

In this case, Copied from URL is wrong. Revision matches svn Last
Changed Rev and Copied From Rev.

$ svn cp ntemacs23 emacs
$ svn info emacs
Revision: 332
Copied From URL: https://svn.a.com/b/c/d/ntemacs23
Copied From Rev: 332
Last Changed Rev: 296

Check for Modifications displays the following:
Revision: 296
Copied from URL: https://svn.a.com/b/c/d/ntemacs23

In this case, Copied from URL is correct. Revision matches svn Last
Changed Rev but not Copied From Rev.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2411490

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-26 20:40:29 CET

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

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