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