[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help for SVN pseudo-URLs



* Christian Perrier [2004-04-09 06:43:39+0200]
[...]
> What is the URL you have to use whan you want to specify the user
> login needed for accessing the SVN server
> 
> svn co svn+ssh://svn.debian.org/svn/d-i/trunk debian-installer
> 
> works if I'm "bubulle" on my side and "bubulle" on the other
> side....or if I use a ~/.ssh/config file.
> 
> I guess there's a way to directly indicate which user name you want to
> use (something like "user@....").

I use SVN_SSH environment variable:

SVN_SSH="ssh -l user-guest" svn co \
	svn+ssh://svn.debian.org/svn/d-i/trunk debian-installer

-- 
roktas



Reply to: