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

[Subclipse-users] ClientException: RA layer file already exists

From: Chris Feldhacker <feldhacker.chris_at_principal.com>
Date: Fri, 14 Aug 2009 09:38:03 -0700 (PDT)

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

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.