Welcome Guest | Login

SVN connection with subeclipse problem

Dear All,

I can't connect to my svn repository, error is "The system cannot find the file specified.  
svn: Can't create tunnel: The system cannot find the file specified."

I use this url : svn+ssh://pekkadr@34pek.augustine.hostingrails.com/home/pekkadr/svn/webmarchand

Something wrong with it?

PS: I have follow tutorial for svn configuration : http://www.hostingrails.com/forums/wiki_thread/4

2008-04-03 04:12 AM

NkProd.fr
The following command worked fine for me.
---------
svn co svn+ssh://<username>@<yourdomain.com>/home/<username>/svn/<yourrepo>/trunk  <app>

Are you still having any issues?

2008-04-03 07:29 AM

Your command works well, I can checkout from a terminal.
But, from Subclipse, it doesn't work...

Do you use subclise?

2008-04-03 07:41 AM

NkProd.fr
Hi Pekkadr,

Could you please update us whether you are using windows machine or linux machine in your end. If you are using windows machine then please try changing the default SVN interface from JAVAHL(JNI) to JavaSVN(Pure JAVA):

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

2008-04-03 04:51 PM

Well done Vinayan!
Now, there is no problem.

I am working on a Windows XP SP2 machine.

Thank you for your help!

2008-04-04 02:33 AM

NkProd.fr

Hello Guest! In order to post you must be an active client with us, please log in or sign up today!