This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
svn integration error with eclipse - org.tigris.subversion.javahl.ClientException
kundan varma
Ranch Hand
Joined: Mar 08, 2004
Posts: 322
posted
0
Hi Friends,
I am facing an error while integrating svn with eclipse 3.1.
The error details are
org.tigris.subversion.javahl.ClientException: Unsupported working copy format
svn: This client is too old to work with working copy 'D:\kundan\Realisation'; please get a newer Subversion client.
The version of svn installed on my machine are
1) TortoiseSVN Version 1.5.3
2) CollabNetSubversion-client-1.5.4-1.win32.exe
3) Subclipse 0.9.105 - this is the plugin for eclipse.
Please let me know if anybody knows the solution of this problem.
Thanks in advance,
Kundan
SCJP1.4,SCBCD,SCEA,CNA
Failures are practice shoots for success.
I am using Eclipse 3.6 with Subclipse 2.1.0. I can access Subversion 1.5.x and more recent. My guess is that you ancient version of Eclipse, with its equally ancient version of subclipse, cannot access the fairly new version of Subversion you are attempting to access. You should upgrade to a more modern version of Eclipse and subclipse.
I cannot change version as this is project requirement and standard. Also the same thing works with my desktop so i am confused why it is not working on my laptop. Also checkout works from svn but if i checkout a project from subversion and then import in eclipse then this problem arise.
Regards,
KUndan
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: svn integration error with eclipse - org.tigris.subversion.javahl.ClientException