good morning all,
in case this happens to anyone else, i found the culprit in my case: i had the environment variable CVS_SERVER set on my local machine -- unsetting it seems to magically have made everything work...
marmosets, Bryan
[Bryan Jurish]->[[PD-dev] pd externals cvs hairiness]->[02-09-02 02:09]
| |good morning all, | |I've just been trying to import an external into the pd |externals cvs at sourceforge, by doing the following: | | export CVS_RSH=/usr/local/bin/ssh | export CVSROOT=:ext:mukau@cvs.pure-data.sourceforge.net:/cvsroot/pure-data | cvs -z3 import externals/forward mukau initial | |... which gives me the following error message, after I type my |(correct) sourceforge password: | | cvs import: warning: unrecognized response `' from cvs server | cvs import: warning: unrecognized response `Welcome to cvs.sourceforge.net' from cvs server | cvs import: warning: unrecognized response `' from cvs server | cvs import: warning: unrecognized response `This is a restricted Shell Account' from cvs server | cvs import: warning: unrecognized response `You cannot execute anything here.' from cvs server | cvs import: warning: unrecognized response `' from cvs server | cvs [import aborted]: end of file from server (consult above messages if any) | |... I've checked the sourceforge page for tips, and I've |been able to successfuly direct-ssh to 'shell.sourceforge.net', but |I get immediately kicked out when I try to ssh anywhere else |(i.e. 'cvs.sourceforge.net')... | |configuration: | | ssh: OpenSSH_3.4p1 | cvs: v1.11 | os : linux (2.4.19)