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 -?.



Reply via email to