svncopy.pl: A couple issues, a workaround, an oddity and success.
From: Robert P. J. Day <rpjday_at_crashcourse.ca>
Date: Thu, 13 Nov 2008 05:14:52 -0500
In case anyone else wants to play with svncopy.pl to freeze
First, do not be like me and forget to set the location of
my $svn = 'svn'; # if it's on your search path already
A quick fix, then on to the next (admittedly unusual) glitch
# my $temp_dir = tempdir("svncopy_XXXXXXXXXX", TMPDIR => 1);
But here's the puzzler. Once the above was out of the way, the
...
It turns out that that top-level directory is itself an
In short, what I had to do to avoid getting an extra "trunk"
$ svncopy.pl [--verbose] --pin-externals \
But that script seems unable to handle unversioned external
Other than that, it works fine and I'll be using it on
rday
---------------------------------------------------------------------
|
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.