Eclipse Plugin Central

Forum Discussions - Subversion - Eclipse - Subclipse - JavaSVN

waqaas - May 27, 2005 - 10:40 AM
Post subject: Subversion - Eclipse - Subclipse - JavaSVN
Hello,

I have the following problem and would like to know if anyone else has come across it.

Background

I set up Subversion 1.1.5 on a linux server and created a test repository.
On my windows machine, I set up Eclipse 3.0.2.
I installed the Subclipse 0.9.31 and JavaSVN 0.8.8.1 Eclipse plug-ins for Subversion.
I successfully connected to the test repository on the linux server from within Eclipse.

Problem

The above worked for a couple of days and now as I try to connect to the repository I get the following error message in a popup


‘Error validating location: "org.tigris.subversion.javahl.ClientException: The system cannot find the file specified.

svn: Can't create tunnel: The system cannot find the file specified.

"

Keep location anyway?’

Additional Testing


1. I re-installed Eclipse and started from scratch but the problem persists.

2. I can still successfully connect to the test repository using TortoiseSVN from my windows machine. This indicates that the problem is likely to be within Eclipse.
pgodiyal - Jun 01, 2005 - 09:24 PM
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN
Hi All,

I am having exactly the same problem, could you please tell me what steps you took to make it work initially. I will try what you did and see if it works for me.

I have downloaded eclipse, updated Subclipse plugin and JavaSVN, and getting this tunneling problem similar to yours when using svn+ssh://


Thanks...

Pravesh

waqaas wrote:
Hello,

I have the following problem and would like to know if anyone else has come across it.

Background

I set up Subversion 1.1.5 on a linux server and created a test repository.
On my windows machine, I set up Eclipse 3.0.2.
I installed the Subclipse 0.9.31 and JavaSVN 0.8.8.1 Eclipse plug-ins for Subversion.
I successfully connected to the test repository on the linux server from within Eclipse.

Problem

The above worked for a couple of days and now as I try to connect to the repository I get the following error message in a popup


‘Error validating location: "org.tigris.subversion.javahl.ClientException: The system cannot find the file specified.

svn: Can't create tunnel: The system cannot find the file specified.

"

Keep location anyway?’

Additional Testing


1. I re-installed Eclipse and started from scratch but the problem persists.

2. I can still successfully connect to the test repository using TortoiseSVN from my windows machine. This indicates that the problem is likely to be within Eclipse.

waqaas - Jun 02, 2005 - 04:01 AM
Post subject: RE: Re: Subversion - Eclipse - Subclipse - JavaSVN
This is now fixed.

This was a simple versioning problem between the various components. There were incompatibilities and the combination that now works is as follows

Subversion 1.1.4
Eclipse 3.0.2
Subclipse 0.9.30
Latest update of JavaSVN

Hope this helps
Anonymous - Jul 31, 2005 - 05:45 AM
Post subject:
Still does not work... Same error.
Anonymous - Aug 04, 2005 - 04:57 PM
Post subject:
Doesn't work for me either:
svn+ssh works fine in TortoiseSVN on windows XP but no joy on Eclipse (3.0 & 3.02), Subclipse (9.30 & 9.32) with JavaSVN 0.91
Anonymous - Aug 08, 2005 - 06:48 PM
Post subject:
I now get this same problem using this stack:
Windows XP
Eclipse 3.1.0
Subclipse 9.32
I get it with and without JavaSVN 0.9.1
Anonymous - Aug 26, 2005 - 05:57 AM
Post subject:
There is an Eclipse plugin for TortoiseSVN: http://www.tabaquismo.freehosting.net/i ... rsion.html

Works fine on my windows machine. Had problems with Subclipse as well. But why struggeling with bugs when there's a working solution?
Anonymous - Oct 03, 2005 - 10:17 AM
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN
pgodiyal wrote:
Hi All,

I am having exactly the same problem, could you please tell me what steps you took to make it work initially. I will try what you did and see if it works for me.

I have downloaded eclipse, updated Subclipse plugin and JavaSVN, and getting this tunneling problem similar to yours when using svn+ssh://


Thanks...

Pravesh

waqaas wrote:
Hello,

I have the following problem and would like to know if anyone else has come across it.

Background

I set up Subversion 1.1.5 on a linux server and created a test repository.
On my windows machine, I set up Eclipse 3.0.2.
I installed the Subclipse 0.9.31 and JavaSVN 0.8.8.1 Eclipse plug-ins for Subversion.
I successfully connected to the test repository on the linux server from within Eclipse.

Problem

The above worked for a couple of days and now as I try to connect to the repository I get the following error message in a popup


‘Error validating location: "org.tigris.subversion.javahl.ClientException: The system cannot find the file specified.

svn: Can't create tunnel: The system cannot find the file specified.

"

Keep location anyway?’

Additional Testing


1. I re-installed Eclipse and started from scratch but the problem persists.

2. I can still successfully connect to the test repository using TortoiseSVN from my windows machine. This indicates that the problem is likely to be within Eclipse.

Anonymous - Oct 05, 2005 - 04:40 AM
Post subject:
I had the same problem: what I did is:

In eclipse menu: window > preferences > team > svn change the default SVN interface from JAVAHL(JNI) to JavaSVN(Pure JAVA)

After that it worked smoothly.

Don't ask me why, it just happened!

Good luck!
Anonymous - Oct 11, 2005 - 12:09 PM
Post subject:
I was getting the same error when I installed the new version TortoiseSVN 1.2.4. But then, I had to reconfigure in TortoiseSVN -> settings. This will open a window with options on the left. Click on network and then point to correct directory settings for ssh client. The file TortoisePlink.exe is not in the latest download. So I guess you will need to use the old ones. I only use svn to checkout, not for checkin.
Hope this helps
Anonymous - Nov 16, 2005 - 10:19 PM
Post subject:
Anonymous wrote:
I had the same problem: what I did is:

In eclipse menu: window > preferences > team > svn change the default SVN interface from JAVAHL(JNI) to JavaSVN(Pure JAVA)

After that it worked smoothly.

Don't ask me why, it just happened!

Good luck!


This worked for me as well. THANKS!
Anonymous - Dec 26, 2005 - 11:44 AM
Post subject:
Me too!!! Smile TKX
Anonymous - Jan 20, 2006 - 11:32 AM
Post subject:
Mee too Smile Thanks
Anonymous - Jan 20, 2006 - 04:30 PM
Post subject:
Thanks a lot, the solution works like charm Smile
Anonymous - Feb 27, 2006 - 03:06 PM
Post subject:
me, too, thanks!
Anonymous - Mar 02, 2006 - 11:54 AM
Post subject:
mmmm.... JavaSVN makes eclipse happy
iyusuf - May 01, 2008 - 11:36 PM
Post subject:
thankyou Laughing
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits