On Saturday, June 29, 2002, at 09:00 PM, felix@xxxxxxxxxxxxxxxxxxx wrote:
trying to commit from shell:[localhost:~/Documents/sc3source/c2] cruxxial% cvs -z3 -d:ext:cruxxial@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/supercollider co client-devusw-pr-cvs.sourceforge.net: Connection refusedcvs [checkout aborted]: end of file from server (consult above messages if any)
connection refused perhaps because it's trying rsh, which is default for "ext" connections?
in tcsh, type: setenv CVS_RSH ssh if you already had, im not sure what the problem could be
On Sunday, June 30, 2002, at 12:08 AM, Ian Pojman wrote:felix: what exactly went wrong? try from the command line cat CVSROOT/Root ...do you mean going to the CVS folder and [localhost:sc3source/client-dev/CVS] cruxxial% cat Root :pserver:cruxxial@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/supercollider
developer copies should be via ext method i think. whenever you type "cvs commit" with no -d, it looks in that file for the CVSROOT.
maybe im wrong.also try using cvs -t for verbosity - Ian