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

question clarification needed (tagging with embedded externals)

From: steve <strange_steve_at_yahoo.com>
Date: Thu, 16 Jul 2009 14:38:40 -0700 (PDT)

First want to point out that the link to the pdf docs aren't working at: http://tortoisesvn.net/support > help > docs

Second, a bit of clarification, ok so i have a project with embedded externals, if i do a tag to "back-up" a specific release - does the tagged version convert the external into a quasi-revisioned copy?

for instance consider:

./proj_x/a
./proj_x/b
./proj_x/c
./proj_x/d

where "./proj_x/d" contains the original files that are selected as externals, and are used in submodules a-c:

as in:

./proj_x/a/d (as external link to ../d)
./proj_x/b/d (as external link to ../d)
./proj_x/c/d (as external link to ../d)

so when i i tag "./proj_x"
to ../tags/proj_x_ReleaseC_1

and someone else uses that tagged info (via checkout) to build the project (proj_x_ReleaseC_1) - will they get the externals relative to the tagged release (proj_x_ReleaseC_1), or will they get the most recent versions of the externals (proj_x/d)?

Im hoping they get the externals relative to the tag (proj_x_ReleaseC_1) but wanted to clarify before tagging the 'proj_x' release in the repo.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-17 07:34:34 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.