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

Re: svn copy error: path not found

From: David Durham <david.durham.jr_at_gmail.com>
Date: Mon, 19 Oct 2009 14:15:02 -0500

On Mon, Oct 19, 2009 at 2:12 PM, Bob Archer <Bob.Archer_at_amsi.com> wrote:
>> I'm receiving a 'path not found ' error after attempting a 'svn copy'
>> command like so:
>>
>>    svn copy https://mysvn/myproject/trunk
>> https://https://mysvn/myproject/tags/mytag -m "Tagging trunk for .."
>>
>>    svn: '/!svn/bc/18768/myproject/tags/mytag' path not found
>>
>> client info:
>>    svn, version 1.6.5 (r38866)
>>
>
> You probably don't have the /tags folder yet. You can create it or change your command to:
>
> svn copy --parents https://mysvn/myproject/trunk https://mysvn/myproject/tags/mytag -m "Tagging trunk for .."

That did it, thanks.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2409102

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-19 21:16:19 CEST

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.