avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] Help with avr-libc svn/cvs access issues


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Help with avr-libc svn/cvs access issues
Date: Thu, 18 Mar 2010 17:31:43 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Anitha,

> Should I save sshv2 public key somewhere?

Sure, you should.

> Let me know the process.

Go to "My account configuration" (left panel).  On the right-hand
side, there's a headline "Authentication Setup".  For me, there's an
entry "Edit the 1 SSH Public Key registered", I guess it's named
differently for you. ;-)

That's where you have to leave your SSH key.  Once it has been
uploaded and processed (don't know how long it lasts these days, it
took about an hour when I imported mine), you should be able to access
the SVN tree.

> $ cvs -z3 -d:ext:address@hidden:/web/avr-libc co avr-libc
> Permission denied (publickey).
> cvs [checkout aborted]: end of file from server (consult above messages if 
> any)

I've told the savannah admins that the old CVS repository might be
removed, don't know whether they already did.

> As a project member, gives me a permission denied.

Again, it requires your SSH key.  Once it's there, it should be fine.

> $ svn co svn+ssh://address@hidden/project/avr-libc

Note that this URL will get you *everything*, including all (old)
branches and tags.  A better URL for day-to-day work might be:

$ cvs co svn+ssh://address@hidden/project/avr-libc/trunk/avr-libc

Hint: you can also do a

$ svn ls svn+ssh://address@hidden/project/avr-libc

to just look around what's there.  It might be more convenient to use

http://svn.savannah.gnu.org/viewvc/?root=avr-libc

in your Web browser instead to have a look what's there.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]