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

RE: Re: Error when creating tags from working copy

From: Alexandre Feblot <alexandre.feblot_at_gmail.com>
Date: Mon, 6 Apr 2009 06:03:40 -0700 (PDT)

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_at_subversion.tigris.org].
Received on 2009-04-06 15:07:41 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.