[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error in 'svn cp', but the operation succeeds

From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Mon, 9 May 2011 16:59:33 -0500

On Mon, May 9, 2011 at 4:58 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> On Mon, May 09, 2011 at 04:53:15PM -0500, Hyrum K Wright wrote:
>> On Mon, May 9, 2011 at 3:46 PM, Hyrum K Wright <hyrum_at_hyrumwright.org> wrote:
>> > On Mon, May 9, 2011 at 3:20 PM, Hyrum K Wright <hyrum_at_hyrumwright.org> wrote:
>> >> A small bug I ran across.  I'll eventually dig deeper, but if anybody
>> >> has the time, they are welcome to look.  This is with a r1101202 trunk
>> >> client.
>> >>
>> >> [[[
>> >> $ svn cp ^/apr/site/trunk/docs/download.cgi .
>> >> svn: E160013: '/repos/asf/!svn/bc/30/apr/site/trunk/docs/download.cgi'
>> >> path not found
>> >> $ svn st
>> >> A  +    download.cgi
>> >> $
>> >> ]]]
>> >>
>> >> It appears that copy is returning an error, but the copy still
>> >> succeeds (and the source path should indeed be found in HEAD).
>> >
>> > For the record, my cwd was a working copy of site/publish.
>>
>> Update: attempting to commit this node also errors with the following:
>> [[[
>> $ svn ci -m 'Commit'
>> Adding         publish/download.cgi
>> svn: E160013: Commit failed (details follow):
>> svn: E160013: '/repos/asf/!svn/bc/30/apr/site/trunk/docs/download.cgi'
>> path not found
>> svn: E175002: COPY of
>> '/repos/asf/!svn/bc/30/apr/site/trunk/docs/download.cgi': 404 Not
>> Found
>> $
>> ]]]
>
> I can reproduce this. The error during copy only shows with serf.
> It seems to work fine with neon. I haven't tried to commit.

I was using serf for both the copy and the commit.

-Hyrum
Received on 2011-05-10 00:00:00 CEST

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.