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

Re: svn checkout remote question

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-13 00:35:03 CEST

On 10/11/05, tony chamberlain <anthonylchamberlain@yahoo.com> wrote:
> I hope this is going to the right address.
>
> Unfortunatley, one one machine (mine) I have login
> "chamberl". On the other machine with subversion
> (192.168.5.2) I have login "tony", so when I do an
> svn checkout svn+ssh://192.168.5.2/home/tony/repos
> it asks for the password for chamberl@192.168.5.2 and
> of course that user does not exist on the machine
> (I cannot create).
>
> The help said to use the --username and --password
> so I tried
>
> svn checkout --username tony --password pswd
> svn+ssh://192.168.5.2/home/tony/repos
>
Try svn checkout --password pswd
     svn+ssh://tony@192.168.5.2/home/tony/repos

I think I've seen that before.
Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 13 00:37:09 2005

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

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