[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: Bob Archer <bob.archer_at_amsi.com>
Date: Mon, 19 Oct 2009 15:12:46 -0400

> 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 .."

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-19 21:14:12 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.