Hi
see text below
Am 14.11.2011 10:36, schrieb Jensen Somers:
> I recently upgraded my client to version TSVN1.7.1, my server still uses SVN1.6. In the process of upgrading my client I also used relative paths for my externals. My repository is as follows:
>
> /Main
> /Main/Foo (trunk/branches/tags)
> /Main/Bar (trunk/branches/tags)
> /Main/Spam (trunk/branches/tags)
> /View
> /View/FooBar (trunk/branches/tags)
> /View/FooSpam (trunk/branches/tags)
>
> So the view (branches/3.x in this case) contains externals as follows:
> ^/Main/Foo/branches/3.x Foo
> ^/Main/Bar/branches/3.x Bar
>
> I tried to create a new tag: 3.1.0. If I understood correctly the new TSVN version should allow me to just create a tag from the main view. I tried that, selected all externals to point to their specific version but I'm getting an error:
>
> File not found, revision 1234 path
> /View/FooBar/branches/3.x.
>
> The specific branch folder is present, so that does not seem to be the real issue.
>
> Is there something I need to take into account? The branch was created the old fashion way, branching each external on the trunk into a specific folder and then just creating a view for that folder.
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2877924
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
>
I discovered a similar problem today.
Client: 1.7.4
My Repo looks like this:
Apps/ScanMan/ (trunk/branches/tags)
ExternalLibs/UnxUtils/Release1
There is a directory Apps/ScanMan/trunk/ExternalLibs with the svn:externals:
^ExternalLibs/UnxUtils/Release1 UnxUtils
The log of ExternalLibs/UnxUtils/Release1:
------------------------------------------------------------------------
r2745 | marcelb | 2011-03-29 18:15:22 +0200 (Di, 29 Mrz 2011) | 2 lines
ExternalLibs
- renamed UnxTools to UnxUtils
------------------------------------------------------------------------
r2740 | marcelb | 2011-03-29 16:34:30 +0200 (Di, 29 Mrz 2011) | 2 lines
ExternalLibs
- added UnxTools 14-04-03
------------------------------------------------------------------------
When I create a tag the dialog "Set explicit revision for these
externals" has an entry for UnxUtils with the revision 2740.
I expect this revision to be 2745. I guess there is a bug in the
determination of the last change.
Can anyone of the developer confirm this?
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2913574
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-31 15:19:56 CET