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

svn copy WC->URL

From: CatharsisJelly <code_at_catharsis.co.uk>
Date: Wed, 6 May 2009 07:15:41 -0700 (PDT)

Hi all,

I have a locally checked out version of the code that I want to 'tag' by
making a copy, from the WC directory I do the following

      $ svn copy -m 'Test copy of working copy' ./
https://my.svn/project/tags/release-1.3.1
      svn: Commit failed (details follow):
      svn: File
'/project/tags/release-1.3.1/html/intranet/CRUD_Events.class.php' already
exists

As you can see it tells me a file already exists, however I know this is not
true, even svn ls confirms this

      $ svn ls https://my.svn/project/tags/release-1.3.1
      svn: URL 'https://my.svn/project/tags/release-1.3.1' non-existent in
that revision

So what am I doing wrong?
Regards,
- Chris

-- 
View this message in context: http://www.nabble.com/svn-copy-WC-%3EURL-tp23407584p23407584.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2081051
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-06 16:27:40 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.