Link to home
Start Free TrialLog in
Avatar of Fionageo80
Fionageo80

asked on

Problems commting to SVN "org.tigris.subversion.javahl.ClientException: Entry already exists"

Hello,

I am trying to commit my changes to the SVN usign Eclipse 3.4.2 the error messages says:

org.tigris.subversion.javahl.ClientException: Entry already exists
svn: 'D:\Temp\project\project-app\project-core' is already under version control

But the truth is that the folder project-core doesn´t exist in my SVN. In my repository I have a project with the following structure:

project-app
 |-pro-ear
 |-pro-ejb
 |-pro-war
and now I renamed the folders and I have created new ones as follows:
 project-app
  |-project-ear  (same as before)
  |-project-ear-cz
  |-project-persistence (before pro-ejb)
  |-project-persistence-cz
  |-project-web  (before pro-war)
  |-project-web-cz

 I have tried Team->Cleanup and Team->Syncronize with Repository
and I get the same error message.

What may be the problem?

Thank you in advance!
 


Avatar of Michal-Drozd
Michal-Drozd
Flag of Czechia image

have you tried to make whole update for project ? (it is needed to have everything updated, also subdirs which arent really new(commited), but are needed to be updated by SVN)
ASKER CERTIFIED SOLUTION
Avatar of Fionageo80
Fionageo80

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial