I am trying to add files to a directory that I created, and I attempted to use
cvs add filename
but that did not work, as I got the error message:
-bash: cvs: command not found
How do I fix this and be able to add files to a directory?
It's either
cvshas not been installed or not found in the environment path variable e.g.$PATH. If you're sure that you have installedcvssuccessfully, try to execute thecvscommand by using its absolute path.