Using Subclipse 1.6.5 with JavaHL 1.6.4 (r38063) against a 1.6.3 server using HTTPS. (With Rational Application Developer v7.5.3 on Windows XP, which is based on Eclipse 3.4.2)
My application trunk (/svn/Playground/ExampleApplication/trunk/) contains 4 Eclipse projects:
Example
ExampleEJB
ExampleJava
ExampleWeb
...which I checked-out into my workspace.
I then selected all 4 projects, right-clicked, Team --> Branch/Tag, and entered the path to ".../ExampleApplication/tags/1.0.0" and told it to create an intermediate folders that did not exist. I then selected the option to create copy in the repository from "Working copy".
The copy started, but then I received an error dialog with the message:
"org.tigris.subversion.javahl.ClientException: RA layer file already exists
svn: Commit failed (details follow):
svn: File '/svn/Playground/ExampleApplication/tags/1.0.0/ExampleEJB/ejbModule/com/pfg/test/ejb/EchoBean.java' already exists"
The console shows the following commands were executed:
mkdir --parents -m "Created ExampleApplication tag 1.0.0" https://svn.pfg.com:8400/svn/Playground/ExampleApplication/tags/1.0.0
copy C:/Workspaces/Subversion753/Example https://svn.pfg.com:8400/svn/Playground/ExampleApplication/tags/1.0.0
Adding C:/Workspaces/Subversion753/Example
Adding C:/Workspaces/Subversion753/Example/.project
Adding C:/Workspaces/Subversion753/Example/.settings
copy C:/Workspaces/Subversion753/ExampleEJB https://svn.pfg.com:8400/svn/Playground/ExampleApplication/tags/1.0.0
Adding C:/Workspaces/Subversion753/ExampleEJB
Sending C:/Workspaces/Subversion753/ExampleEJB/ejbModule/com/pfg/test/ejb/EchoBean.class
Adding C:/Workspaces/Subversion753/ExampleEJB/ejbModule/com/pfg/test/ejb/EchoBean.java
RA layer file already exists
svn: Commit failed (details follow):
svn: File '/svn/Playground/ExampleApplication/tags/1.0.0/ExampleEJB/ejbModule/com/pfg/test/ejb/EchoBean.java' already exists
If I browse the repository, I can see that only the "Example" project was copied to the tag.
Ideas why this error is occurring?
Thanks!!!
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2383671
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-14 18:53:57 CEST