savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-help-public] [sr #107201] No luck on ssh


From: Karl Berry
Subject: [Savannah-help-public] [sr #107201] No luck on ssh
Date: Fri, 08 Jan 2010 00:16:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091206 SeaMonkey/2.0.1

Update of sr #107201 (project administration):

             Assigned to:                    None => karl                   

    _______________________________________________________

Follow-up Comment #1:

Hi James -- the story is that your invocation is trying to actually log in to
the cvs.savannah.gnu.org host.  That's not supported.  Instead, you want to
tell cvs to use ssh.  There are specific examples in the "source code" pages
for projects, but the basic story is something like:

CVS_RSH=ssh; export CVS_RSH
cvs -d:ext:address@hidden:/sources/foo co foo

to get a writable checkout of a GNU project foo.  (An anonymous read-only
checkout is also possible, but is done differently.)

Hope this helps,
Karl


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107201>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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