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

Re: [sc-dev] a little bitty bug fixed, commit failed



On Monday, July 1, 2002, at 09:58 PM, felix@xxxxxxxxxxxxxxxxxxx wrote:


On Monday, July 1, 2002, at 04:11 PM, Ian Pojman wrote:


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-dev
usw-pr-cvs.sourceforge.net: Connection refused
cvs [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

i guess i was using the wrong env setting methods.

i think the whole working copy is set to :pserver: rather than :ext:
but i try again:

use cvs -d to be sure.

cvs [server aborted]: "commit" requires write access to the repository
cvs commit: saving log message in /tmp/cvs000441

this is obviously on pserver (public)





so i try to  checkout a fresh copy to a new directory:

[localhost:~/Documents/sc3source/c2] cruxxial% cvs -z3 checkout client-dev
cruxxial@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx's password:
Connection to cvs.supercollider.sourceforge.net closed by remote host.
cvs [checkout aborted]: end of file from server (consult above messages if any)



hey, I'm getting the same thing:


[~]$ export CVS_RSH=ssh; cvs -d :ext:ipojman@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/supercollider co client-dev
ipojman@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx's password:
Connection to cvs.supercollider.sourceforge.net closed by remote host.
cvs [checkout aborted]: end of file from server (consult above messages if any)

wtf.