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:aboyap...@cvs.savannah.nongnu.org:/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://aboyap...@svn.savannah.nongnu.org/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://aboyap...@svn.savannah.nongnu.org/project/avr-libc/trunk/avr-libc

Hint: you can also do a

$ svn ls svn+ssh://aboyap...@svn.savannah.nongnu.org/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. ;-)


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to