Re: svn export PATH1 [PATH2] ignores externals
From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-24 22:47:50 CEST
On Jun 24, 2006, at 21:37, Brandon Humphrey wrote:
> I'm using the subversion export command to copy files from a versioned
Yes, we discovered that too after upgrading to Subversion 1.2.3. We
http://subversion.tigris.org/issues/show_bug.cgi?id=2429
To get it working again, we replaced this line in our script:
svn --quiet export FROMPATH TOPATH
with this line:
cd FROMPATH && rsync --archive --cvs-exclude . TOPATH
This is not exactly the same, because the rsync command keeps the
We use this script on Gentoo Linux. Hopefully rsync or an equivalent
---------------------------------------------------------------------
|
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.