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

Re: externals using svn+ssh:// -- how do I *not* put my username in propset svn:externals ?

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-08-06 14:29:19 CEST

[Miles Keaton]
> How do I use externals with svn+ssh but *not* put my username in
> propset svn:externals?

Instead of embedding the username in URIs, I always put this stuff in
my ~/.ssh/config file, along with any other needed settings:

  Host some.host.org
    User miles
    Protocol 2
    IdentityFile id_for_that_host

I don't know what the equivalent to ~/.ssh/config is on win32.

Peter

Received on Sat Aug 6 14:30:50 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.