Moving to subversion?
Daniel Berlin
dberlin@dberlin.org
Mon Oct 17 20:26:00 GMT 2005
On Mon, 2005-10-17 at 12:36 -0700, Steve Kargl wrote:
> On Mon, Oct 17, 2005 at 03:25:18PM -0400, Daniel Berlin wrote:
> > On Mon, 2005-10-17 at 12:15 -0700, Steve Kargl wrote:
> > > What's the magic incantation to get gcc with subversion?
> > > I've read the wiki page, but
> > >
> > > troutmask:sgk[205] svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk
> > > Permission denied (publickey,gssapi-with-mic).
> > > svn: Connection closed unexpectedly
> >
> > Uh, since it appears you are logged in with a different name, you want
> > svn co svn+ssh://kargl@gcc.gnu.org/svn/gcc/trunk
>
> Odd, I don't need to do anything special with cvs.
You must have something set somewhere to make this work, and have
forgotten about it :)
(IE an environment variable, or something).
> I do
> all my gfortran development with my sgk@troutmask account
> and my ssh key on gcc.gnu.org is for sgk@troutmask.
Yes, but your account on gcc.gnu.org is kargl@gcc.gnu.org, and cvs knows
nothing of SSH either.
So it couldn't be looking in your key or anything. There must be a
CVS_USER or you have a default CVSROOT or *something* that is telling it
to login as kargl to gcc.gnu.org.
--Dan
More information about the Gcc
mailing list