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

Re: Newbie Question

From: Ernest L. Williams Jr. <ernesto_at_ornl.gov>
Date: 2006-08-31 22:35:15 CEST

On Thu, 2006-08-31 at 11:38 -0400, Duncan Murdoch wrote:
> On 8/31/2006 8:53 AM, Ernest L. Williams Jr. wrote:
> > On Thu, 2006-08-31 at 19:25 +1200, Gavin Lambert wrote:
> >> Quoth Ernest L. Williams Jr. <mailto:ernesto@ornl.gov>:
> >> > (1) I need to be able to do a svn update on a project that
> >> > someone on my team has already checkout. The problem: Their username
> >> > is stored in ".svn"
> >> >
> >> > How did we handle this in CVS, well it was easy: cvs -d $CVSROOT
> >> > update
> >> >
> >> > How do we make this happen in SVN?
> >> >
> >> > I tried svn update --username williams but it still prompted
> >> > me for my colleague's password. By the way I am using svn+ssh.
> >>
> >> If you just hit enter when it asks for a password, then it should ask
> >> for a username as well.
> >
> > Because we are using svn+ssh here is what happens:
> >
> >
> > [williams@ics-srv-phy1 svn-xaldev]$ svn update
> > tap@ics-srv01's password
> >
> > The url that my colleague used to checkout a working copy has his
> > username there. Again, in CVS we were able to override this by
> > specifying cvs -d <my CVSROOT> update
> >
> > So, how can we do something similar with SVN.
>
> You need to switch the WC to a URL that doesn't include the username.
> Then svn will use the currently logged-in username. If you don't want
> it to do that, you need to tell it to send a different name to ssh. You
> can configure that in your config file (see the "SSH authentication and
> authorization" section in the SVN book), or using the SVN_SSH
> environment variable.
Thanks for the reference in the book.

What exactly do I set the env variable to?

The following does not work.
export SVN_SSH=svn+ssh://williams@ics-srv01

Can you give me a working example?

Thanks,
Ernesto

>
> Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 22:38:28 2006

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.