You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alexandre Feblot <al...@gmail.com> on 2009/04/06 13:03:40 UTC

RE: Re: Error when creating tags from working copy

Hoping #3119 is about that, indeed.
Here is the test script reproducing the issue I posted overthere.

The repository is hosted by collabnet, I think the server is still 1.4.
My Client is 1.5.3.

#)svn co https://a_project.company.net/svn/a_project/trunk testsvn
A    testsvn/www
A    testsvn/www/cn-project-pages
A    testsvn/www/cn-project-pages/snippets
A    testsvn/www/cn-project-pages/snippets/page.xml
A    testsvn/www/index.html
Checked out revision 5.

#)cd testsvn/

#)svn cp . https://a_project.company.net/svn/a_project/branches/test1 -m 'test1: this one must work fine, since done on a fresh clean sandbox'
Committed revision 6.

#) vi www/index.html, changing the file

#)svn ci www/index.html -m "small change in index.html"
Sending        www/index.html
Transmitting file data .
Committed revision 7.

#)svn cp . https://a_project.company.net/svn/a_project/branches/test2 -m 'test2: this one will fail, because of the file commit'
svn: Commit failed (details follow):
svn: File '/svn/a_project/branches/test2/www/index.html' already exists

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].