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

RE: svn copy WC->URL

From: Bob Archer <Bob.Archer_at_infor.com>
Date: Wed, 6 May 2009 10:37:03 -0400

> $ 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

Have you tried to do an update? I'm pretty sure ls will only list what is in the rev of your WC.

Or try

Svn ls https://my.svn/project/tags/release-1.3.1 -r HEAD

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-06 16:38: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.