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

Bug: Externals property editor moves operative revision into peg revision

From: Tobias Rapp <t.rapp_at_noa-archive.com>
Date: Wed, 6 Sep 2017 09:41:22 +0200

How to reproduce:

1. Create a folder with an svn:externals property definition using the
advanced property editor. The property value looks like:

"-r 100 ^/SomeFolder/SomeFile.dat SomeFile.dat"

2. Open the default svn:externals property editor and press "Edit..." on
the definition added above. The displayed dialog will look like:

"""
Local path: SomeFile.dat
URL: ^/SomeFolder/SomeFile.dat

[ ] HEAD revision Peg: HEAD
[x] Revision Operative: 100
"""

3. Press the "Show log" button and select some other revision (lets
assume revision #101). Close the log dialog with "OK".

The selected revision number is automatically assigned to the "Peg"
field and the "Operative" field is cleared by TortoiseSVN after closing
the log dialog:

"""
Local path: SomeFile.dat
URL: ^/SomeFolder/SomeFile.dat

[ ] HEAD revision Peg: 101
[x] Revision Operative:
"""

5. When looking at the svn:externals property using the advanced
property editor the property value now looks like:

"^/SomeFolder/SomeFile.dat_at_101 SomeFile.dat"

The expected property value would have been:

"-r 101 ^/SomeFolder/SomeFile.dat SomeFile.dat"

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-09-06 10:03:22 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.