Plugins (1083)


Training and Consulting (44)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 540
Comments: 0

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
waqaas
Post subject: Subversion - Eclipse - Subclipse - JavaSVN  PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote Back to top
pgodiyal
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN  PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote Back to top
waqaas
Post subject: RE: Re: Subversion - Eclipse - Subclipse - JavaSVN  PostPosted: 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
 
 View user's profile Send private message  
Reply with quote Back to top
dmitry
Post subject:   PostPosted: Jul 31, 2005 - 05:45 AM
Guest





Still does not work... Same error.
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: 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
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: 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
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: Aug 26, 2005 - 05:57 AM






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?
 
   
Reply with quote Back to top
Guest
Post subject: Re: Subversion - Eclipse - Subclipse - JavaSVN  PostPosted: 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.
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: 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!
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: 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
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: 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!
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: Dec 26, 2005 - 11:44 AM






Me too!!! Smile TKX
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: Jan 20, 2006 - 11:32 AM






Mee too Smile Thanks
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: Jan 20, 2006 - 04:30 PM






Thanks a lot, the solution works like charm Smile
 
   
Reply with quote Back to top
Guest
Post subject:   PostPosted: Feb 27, 2006 - 03:06 PM






me, too, thanks!
 
   
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits