| Author |
Message |
|
|
Post subject: Subversion - Eclipse - Subclipse - JavaSVN
Posted: May 27, 2005 - 10:40 AM
|
|
Joined: May 27, 2005
Posts: 5
|
|
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. |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN
Posted: Jun 01, 2005 - 09:24 PM
|
|
Joined: Jun 01, 2005
Posts: 1
|
|
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. |
|
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: Subversion - Eclipse - Subclipse - JavaSVN
Posted: Jun 02, 2005 - 04:01 AM
|
|
Joined: May 27, 2005
Posts: 5
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jul 31, 2005 - 05:45 AM
|
|
|
|
| Still does not work... Same error. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 04, 2005 - 04:57 PM
|
|
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 08, 2005 - 06:48 PM
|
|
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 26, 2005 - 05:57 AM
|
|
|
|
|
|
|
 |
|
|
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN
Posted: Oct 03, 2005 - 10:17 AM
|
|
|
|
| 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. |
|
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 05, 2005 - 04:40 AM
|
|
|
|
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! |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 11, 2005 - 12:09 PM
|
|
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 16, 2005 - 10:19 PM
|
|
|
|
| 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! |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 26, 2005 - 11:44 AM
|
|
|
|
Me too!!! TKX |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 20, 2006 - 11:32 AM
|
|
|
|
Mee too Thanks |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 20, 2006 - 04:30 PM
|
|
|
|
Thanks a lot, the solution works like charm  |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 27, 2006 - 03:06 PM
|
|
|
|
|
|
|
 |
|
|