Hi Stefan,
See my responses to your questions below:
* what are your externals? (property values)
-
- Property: svn:externals
- Value: http://URL_OF_REPOSITORY/SourceCode 'SourceCode Name'
* are the properties *identical* after the tagging?
- Yes, the -r is not getting added into the value of the externals
property in the tag.
- I believe they should *not* be identical after tagging since we wanted
to explicitly set revisions so -r should be added.
* are you tagging from a working copy?
- No, I am tagging by going to TortoiseSVN > Show Log and selecting the
entry that I want to tag (see below)
* are you tagging at HEAD revision?
- First I update my working copy to the latest revision (including all
externals which are pulled in).
- Next I commit my changes - after my changes are checked in I go to
TortoiseSVN > Show Log
- In the log, I right click on the change I want to tag (my most recent)
and hit Create branch/tag from this revision.
- In the next window, the bubble is selected on 'Specific revision in
repository'
- I then check all of the boxes to set the revisions explicitly
Thanks for the help,
Aaron
On Sun, Jul 1, 2012 at 4:02 AM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> On 29.06.2012 16:49, Aaron Klein wrote:
> > I'm having issues setting explicit revisions for externals when creating
> > a tag. When creating a branch / tag, I have the option to check the
> > boxes at the bottom to explicitly set revisions of the externals. After
> > creating the tag, however, I notice that these properties are not
> > applied to the externals within the tag.
> >
> > *Expected result*: the externals within a tag will efer to the revision
> > that was explicitly set when the tag was created. If I make changes to
> > the external and then check out the tag, I should not see these new
> > changes updated into the tag.
> > *Actual result*: the externals within the tag continue to point to the
> > HEAD revision. If changes are made to the HEAD revision of the external
> > and then I check out the tag is checked out, all of the new changes in
> > the external are pulled into the tag.
> >
> > Has anyone else had similar issues? I checked through the issue
> > tracker, and it looks like bug #182
> > <
> http://code.google.com/p/tortoisesvn/issues/detail?can=2&q=182&colspec=ID%20Type%20Status%20Stars%20Priority%20Milestone%20Owner%20Summary&id=182>
> was
> > fixed in January (this is the exact issue I'm having). Let me know if
> > you need specific information, and I can include steps to reproduce.
>
>
> Works just fine for me here.
> * what are your externals? (property values)
> * are the properties *identical* after the tagging?
> * are you tagging from a working copy?
> * are you tagging at HEAD revision?
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2974204
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2974414
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-07-02 17:21:18 CEST