Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-16 Thread C. Michael Pilato
Alexey, We ask that folks send questions, concerns, and potential bug reports to users@subversion.apache.org. (I've taken the liberty of dropping dev@ and adding users@ to the distribution list of this response so that follow-ups go to the right place.) I wasn't able to easily reproduce this usi

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-17 Thread Paul Burba
I'm able to replicate this failure on my Windows box with my own builds of trunk@1245285, 1.7.0 and 1.7.3. Alexey's script works as expected with 1.6.17, so this appears to be a regression. Moving back to the dev list. Investigating... Paul On Thu, Feb 16, 2012 at 3:28 PM, C. Michael Pilato w

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-17 Thread Philip Martin
Philip Martin writes: > Paul Burba writes: > >> I'm able to replicate this failure on my Windows box with my own >> builds of trunk@1245285, 1.7.0 and 1.7.3. Alexey's script works as >> expected with 1.6.17, so this appears to be a regression. Moving back >> to the dev list. >> >> Investigatin

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-17 Thread Philip Martin
Paul Burba writes: > I'm able to replicate this failure on my Windows box with my own > builds of trunk@1245285, 1.7.0 and 1.7.3. Alexey's script works as > expected with 1.6.17, so this appears to be a regression. Moving back > to the dev list. > > Investigating... >> svn: E720005: Can't move

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-17 Thread Nico Kadel-Garcia
On Fri, Feb 17, 2012 at 10:54 AM, Philip Martin wrote: > Paul Burba writes: > >> I'm able to replicate this failure on my Windows box with my own >> builds of trunk@1245285, 1.7.0 and 1.7.3.  Alexey's script works as >> expected with 1.6.17, so this appears to be a regression.  Moving back >> to

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Fri, Feb 17, 2012 at 12:46 PM, Nico Kadel-Garcia wrote: > On Fri, Feb 17, 2012 at 10:54 AM, Philip Martin > wrote: >> Paul Burba writes: >> >>> I'm able to replicate this failure on my Windows box with my own >>> builds of trunk@1245285, 1.7.0 and 1.7.3.  Alexey's script works as >>> expected

RE: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Bert Huijben
ue report: subversion 1.7.2 windows command line client > cannot copy URL -> WC if URL contains externals > > On Fri, Feb 17, 2012 at 12:46 PM, Nico Kadel-Garcia > wrote: > > On Fri, Feb 17, 2012 at 10:54 AM, Philip Martin > > wrote: > >> Paul Burba writes: > &

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Wed, Feb 22, 2012 at 11:42 AM, Paul Burba wrote: > Even with this fix I'm still seeing odd behavior post-copy (the > following example uses a WC-to-WC copy, but the same problem occurs > with a URL-to-WC copy): . . > To fix this we need to remove the external via the OS then update to > restor

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Philip Martin
Paul Burba writes: > Index: subversion/libsvn_client/copy.c > === > --- subversion/libsvn_client/copy.c (revision 1292379) > +++ subversion/libsvn_client/copy.c (working copy) > @@ -1519,6 +1519,17 @@ > ctx->notify_baton

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Paul Burba
On Wed, Feb 22, 2012 at 12:05 PM, Philip Martin wrote: > Paul Burba writes: > >> Index: subversion/libsvn_client/copy.c >> === >> --- subversion/libsvn_client/copy.c   (revision 1292379) >> +++ subversion/libsvn_client/copy.c   (work

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-23 Thread Paul Burba
On Wed, Feb 22, 2012 at 12:36 PM, Paul Burba wrote: > On Wed, Feb 22, 2012 at 12:05 PM, Philip Martin > wrote: >> Paul Burba writes: >> >>> Index: subversion/libsvn_client/copy.c >>> === >>> --- subversion/libsvn_client/copy.c   (re