You are likely running into this bug that has been around since SVN 1.5.1:
http://subversion.tigris.org/issues/show_bug.cgi?id=3119
I believe the fix for this will be in SVN 1.6.5 which should be out in
about 10 days.
I seem to recall that if you switch to SVNKit as the client adapter it
should work.
Mark
On Fri, Aug 14, 2009 at 12:38 PM, Chris
Feldhacker<feldhacker.chris_at_principal.com> wrote:
> 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].
>
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2383693
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-14 20:09:43 CEST