CVS issue

CVS issue

by Jay S -
Number of replies: 1
shell1c0:/$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moodle login
-bash: cvs: command not found
shell1c0:/$ setenv CVS_RSH ssh
-bash: setenv: command not found
shell1c0:/$ setenv CVS_RSH ssh
-bash: setenv: command not found


Above is what I tried with no luck. I contacted the service providers and they said it is not supported.

What are my options now? can I use my Windows home computer to connect the CVS server to my WEB server using Tortoise.
Average of ratings: -
In reply to Jay S

Re: CVS issue

by Dan Kirkwood -
Jason,   you need to have cvs installed.   If you're using Fedora and you have yum set up,  you can do 'yum install cvs'.  And setenv is a "csh" command, not a bash command.  use "export CVS_RSH=ssh" to get the same effect in bash.

-dan