Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals
From: Paul Burba <ptburba_at_gmail.com>
Date: Wed, 22 Feb 2012 11:42:04 -0500
On Fri, Feb 17, 2012 at 12:46 PM, Nico Kadel-Garcia <nkadel_at_gmail.com> wrote:
I added an issue for this:
The attached patch fixes this problem on Windows. Could any wc-ng
[[[
* subversion/include/private/svn_wc_private.h
* subversion/libsvn_wc/externals.c
* subversion/libsvn_client/copy.c
* subversion/tests/cmdline/externals_tests.py
Even with this fix I'm still seeing odd behavior post-copy (the
### We have a working copy at a uniform revision with an external:
>svn up -q
>svn st
Performing status on external item at 'A\C\external':
>svn pl -vR
### We copy the directory with the external definition:
>svn copy A/C WC-to-WC-Copy-of-C
### But the external shows up as unversioned:
>svn st
Performing status on external item at 'WC-to-WC-Copy-of-C\external':
Performing status on external item at 'A\C\external':
### Even if we commit an update the WC we see the same problem:
>svn ci -m ""
Committed revision 3.
>svn up
Fetching external item into 'WC-to-WC-Copy-of-C\external':
Fetching external item into 'A\C\external':
At revision 3.
>svn st
Performing status on external item at 'WC-to-WC-Copy-of-C\external':
Performing status on external item at 'A\C\external':
>
To fix this we need to remove the external via the OS then update to
Paul
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.