On Fri, 5 Dec 2008, Henrique wrote:
I'm setting a CVS client (Xcode) and it isn't working fine.
The
configurations that I'm using are as follows:
CVS Settings
Name - gretl
Root - :ext:ch_andrade@gretl.cvs.sourceforge.net:22/cvsroot/gretl
Method - ext
Host -
gretl.cvs.sourceforge.net
Path - /cvsroot/gretl
Port - 22
User - ch_andrade
Password - ********
Tool - /usr/bin/cvs
What's wrong?
I think you're mostly there, except that sourceforge requires that
ssh be used. In scriptland one says "export CVS_RSH=ssh"; I
suppose there must be a corresponding setting in Xcode. Just
possibly, one could use this for the "Tool":
CVS_RSH=ssh /usr/bin/cvs
One can also send one's ssh public key to sourceforge; see
http://sourceforge.net/cvs/?group_id=36234
(the section headed "Developer CVS Access via SSH"
Allin.