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

Re: "Set explicit revision" in tag dialog reverted a change

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Fri, 23 May 2014 15:55:08 -0500

On Fri, May 23, 2014 at 3:03 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>> These are the (cleaned up) log messages on my tag. The problem
>> occurred in revision 6847, the first of two commits by TortoiseSVN for
>> fixing revisions. I don't know whether it will be helpful or not, let
>> me know if there is more info to give, otherwise I'll just settle with
>> carefully checking the changes whenever I tag.
>
> What were the urls that the tag *should* have pointed to and what did it
> actually point to?
>
> Also I assume the urls used are absolute ones and not relative urls? In
> case of relative urls (relative to the location of the property) they of
> course will change to the tag instead of trunk.

My project is of the form:

http://example.com/Path/To/Proj/App/trunk
http://example.com/Path/To/Proj/App/tags
http://example.com/Path/To/Proj/App/branches

The library is like:

http://example.com/Path/To/Proj/Lib/trunk
http://example.com/Path/To/Proj/Lib/tags
http://example.com/Path/To/Proj/Lib/branches

Prior to the trunk's HEAD revision, the external rule was:

^/Path/To/Proj/Lib/tags/SOME_TAG/include Lib/include
^/Path/To/Proj/Lib/tags/SOME_TAG/lib Lib/lib

At HEAD on trunk, this changed to:

^/Path/To/Proj/Lib/trunk/include_at_6842 Lib/include
^/Path/To/Proj/Lib/trunk/lib_at_6842 Lib/lib

This moved over just fine in the initial tag commit. But then the
first automatic commit by TortoiseSVN changed it to:

-r 6844 ^/Path/To/Proj/Lib/tags/SOME_TAG/include_at_6844 Lib/include
-r 6844 ^/Path/To/Proj/Lib/tags/SOME_TAG/lib_at_6844 Lib/lib

Rev 6844 is actually a change to an unrelated project in the
repository. It shares no history with either the Lib or App projects.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-05-23 22:55:38 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.