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

Bug: Revision of externals incorrectly reported in properties dialog

From: Matt Benic <mattbenic_at_gmail.com>
Date: Sun, 14 Jun 2009 23:16:45 -0700 (PDT)

Hi, I have noticed that the Revision / Author field and Last commit revision field are incorrectly reporting the revision of external folders. Details as follows:

1) Action to reproduce:
-Set up a project which includes an externally referenced folder (svn:externals property), observe the current revision of the external as X by right clicking on it's folder, selecting properties and switching to the Subversion tab and checking the Revision/Author field.
-Modify a file in the externally referenced folder
-Commit the modified externally referenced folder and observe the reported new revision number as Y.
-Observe the current revision of the external as Z (as above)

2) Expected behavior
The revision reported by the properties dialog should increment as the revision of the external folder increments, ie Z == Y == X + 1

3) Observed behavior
The revision reported by the properties dialog remains that of the previous revision, ie Z == Y - 1 == X

It's worth noting that if the log of the external is viewed, the correct revision numbers are displayed there.

Thanks :)

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-15 08:19:17 CEST

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.