Hi, I'm trying to setup a cvs repository. Locally everything is ok - I only have troubles when the client is on another machine. Protocol is ssh (not default port), and OS (server machine) is based on Red Hat. This is what happens: #> cvs -t -d :ext:user@ip_address:/usr/local/cvsroot co project_name cvs checkout: notice: main loop with CVSROOT=:ext:user@ip_address:/usr/local/cvsroot -> Starting server: ssh ip_address -l user cvs server Pseudo-terminal will not be allocated because stdin is not a terminal. user@ip_address's password:**** -bash: Root: command not found -bash: Valid-responses: command not found -bash: valid-requests: command not found Didn't find any reference about this kind of problem, so any help will be greatly appreciated. Thanks in advance, Renato
