[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: help with plug-in

From: Chris Garrett <cgarrett_at_degarrah.com>
Date: 2004-03-18 16:05:20 CET

Hi Lorenzo,

I found that I had to add my credentials to the subversion config file.
It can be found in the Application Data folder of your user account. I
have XP and login with "chris". So my file was at:

C:\Documents and Settings\chris\Application Data\Subversion\config

Note that "Application Data" folder is hidden. :D

I uncommented the [tunnel] and ssh line. I have TortoiseSVN installed so
I put tortoiseplink.exe on the path and added that info to the file:

[tunnels]
ssh = TortoisePlink -l chris

You can also add your password to this by adding -pw, but thats not good
idea:

[tunnels]
ssh = TortoisePlink -l chris -pw mypasswd

HTH

Chris

Lorenzo Sicilia wrote:

> Hi to the list,
>
> second attempt :)
> I have installed the new plug-in version r503.
> I get always this error when I made a connection:
> ***
> list -r HEAD svn+ssh://192.168.3.200/share/svn_try
> The system cannot find the file specified.
>
> With SVNtortoise all work fine then I think svn is properly installed.
>
> any Idea?
>
> tks in advance
>
> Regards Lorenzo Sicilia
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
>
Received on Fri Mar 19 02:05:20 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.