svn export --force not used for externals
From: Jonathan DeHaan <jdehaan_at_nexstar.tv>
Date: Tue, 7 Apr 2009 13:53:51 -0500
I am trying to put some of my conf files in /etc under version control, where changes to the repository get propagated to a number of servers. My repository contains a tree for each server, which has a number of external links to several server-class trees that contain general config files. When I first run svn checkout --force on a new server, the tree specific to that server checks out correctly, but externals do not. Instead, the externals complain that 'object of the same name already exists'. It appears to me that the --force switch is not used when checking out externals. My servers run Fedora 10, and have svn 1.5.4. To duplicate, please see the following:
cd /tmp
Output from the last command is:
Fetching external item into 'wc3/foo'
Is this expected behavior, and if so, why?
Jonathan DeHaan
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.