Problem replacing directories
From: Schellingerhout, Nico <nico.schellingerhout_at_philips.com>
Date: Mon, 17 Nov 2008 01:26:34 +0100
Hi,
I am trying to replace a directory in a newly-copied directory:
Starting with the following structure:
I want to replace create a new copy of dir1, with dir2 replaced by (a copy of) dir3:
$ svn cp dir1 dir1a
$ svn del dir1a/dir2
$ svn cp dir3 dir1a/dir2
I have tried many work-arounds, but the only thing that actually seems to work is hacking the entries file in the .svn directory before performing the last command (deleting the entry for dir1a/dir2). Now, surely, this is not the way to do this. Is there a supported way of doing this? (There is another workaround: do a commit before the last copy. After the commit, the final copy _does_ work; however, that is an undesirable workaround.)
My system:
Windows XP, with a 1.5.2 client:
$ svn --version
Copyright (C) 2000-2008 CollabNet.
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
Any thoughts on this?
Best regards,
Nico
________________________________
|
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.