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

RE: Sparse Directories vs Externals

From: Bob Archer <bob.archer_at_amsi.com>
Date: Wed, 25 Feb 2009 10:23:15 -0500

You can use svncopy.pl which will pin your externals in the tag to the
current revision that you tagged from.

 

BOb

 

 

It seem so far the consensus is that externals are very appropriate for
my specific case. In the past, I've created a python script that used
PySVN to search the current working copy and replace any externals with
an actual SVN Copy and then create a tag out of that. So while our
'trunk' uses externals, the tags do not. The tags reflect what a working
copy would look like. We did this because if we ever were to have an
external that referenced an outside repository that we had no control
over, we wanted to make sure that a year after the tag was made that the
repository didn't somehow get disconnected. Repositories becoming
unavailable is another good reason why externals should not exist in
tags, however when the externals are relative this is a non-issue.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1227299

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-25 16:24:13 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.