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

Re: svn cp (tag) should make an svn:external nail down to a revision

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Mon, 4 Jun 2012 17:20:58 -0500

On Jun 4, 2012, at 09:27, rupert.thurner wrote:

> what is the best possibility to create a tag of a folder containing
> svn:externals? the goal is that the external references do not point
> any more to the head, butto the fixed revision when the copy / tag was
> created?

You've described the purpose of the svncopy perl script, which is included with the Subversion source code.

http://svn.apache.org/repos/asf/subversion/tags/1.7.5/contrib/client-side/svncopy/svncopy.pl.in

# This script copies one Subversion location to another, in the same way as
# svn copy. Using the script allows proper branching and tagging of URLs
# containing svn:externals definitions.
#
# For more information see the pod documentation at the foot of the file,
# or run svncopy.pl -?.
Received on 2012-06-05 00:21:45 CEST

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.