"svn export" forgets svn:externals in local working copies
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-19 14:07:12 CEST
Hi. We just updated Subversion on our servers from 1.1.4 to 1.2.3 and
https://subversion.tigris.org/issues/show_bug.cgi?id=2429
The problem is that since Subversion 1.2.3 (possibly since 1.2.0?),
We have a script which we use to deploy all of our projects, and it
I can confirm the behavior with Subversion 1.2.3 on Gentoo Linux i386
There seem to be no notes in the bug other than the initial reporting.
Does anybody have any additional information about this problem, or
* svn export the repository URL instead of the working copy. This is
* Write our own svn export routine, which unless I'm mistaken should
cp -RPp working-copy export
Or apparently (finding my way with rsync here):
rsync --archive --cvs-exclude working-copy export-tmp
Any other ideas?
---------------------------------------------------------------------
|
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.