I am trying to get a copy of some files from a repository and am having an issue with the last command they have listed on the website. Here is the commands they gave me.
$ touch .cvspass
$ echo "/1 :pserver:coralcvs@opencoral.mit.edu:2401/usr/local/coral-repository Atth0 y'tt" >> .cvspass
$ cvs -d :pserver:coralcvs@opencoral.mit.edu:/usr/local/coral-repository checkout -r <tag> opencoral
The issue I am having is with the part of the last command. I keep getting an error that says:
bash: tag: No such file or directory
I am probably doing something incorrectly but I have tried looking at guides on how to use CVS commands and I am still confused. Could someone offer some assistance?
Also, I am running Fedora 20.