On 2004-04-09 06:43, Christian Perrier wrote: > > 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 "[EMAIL PROTECTED]"). > > there supposed to be a "--username NAME" switch to svn, I've never gotten it > to work though. > > I got around this by addding te following to my .subversion/config file: > [tunnels] > alioth = ssh -C -l cobaco-guest > I can now check out d-i from alioth (with the right username) with the line: > svn co svn+alioth://svn.debian.org/svn/d-i/trunk debian-installer
Uh, no need. I'm "vi" on my local machine, "vi-guest" on alioth, and this command line works for me: svn co svn+ssh://[EMAIL PROTECTED]/svn/d-i/trunk debian-installer I use unstable, the SVN in woody probably doesn't do this, as the patch for the [EMAIL PROTECTED] handling was added to the Subversion code itself in November 2003, IIRC. Cheers, Istvan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

