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

svn copy from wc to repository copies external files

From: Wim Coenen <wcoenen_at_gmail.com>
Date: Wed, 2 Dec 2009 20:07:43 +0100

I have a working copy of a project which has a file external in the project
root, "myexternalfile".

When I copy this working copy directly into the repository like this: (e.g.
because I want to tag the state of my working copy)
svn copy . http://www.example.com/tags/mytag

then the copy command will implicitly add "myexternalfile" to the tag. As a
result, I get this (expected) warning when trying to check out the tag:
svn: warning: The file external from 'http://www.example.com/somefiles/foo'
cannot overwrite the existing versioned item at 'myexternalfile'.

This behavior surprises me, because the content of "folder externals" are
NOT added when I do such a svn copy. I have also tried to copy with svn copy
--ignore-externals, but that doesn't change anything.

Is this a bug?

regards,

Wim Coenen

PS: I have added myself in CC because I am not subscribed to this mailing
list. Please keep me in CC.

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

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-02 20:09:28 CET

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.