In <[EMAIL PROTECTED]> Laurence Park <[EMAIL PROTECTED]>
writes:
>I have tried to commit a collection on files using the command:
>cvs commit -r2.0
1) You can't use 2.0, it has to start at 2.1 .
2) Don't do that. Learn to use tags.
>and I get the error message:
>cvs commit: in directory fds:
>cvs [commit aborted]: there is no version here; do 'cvs checkout' first
How did the fds/ directory get there? The normal sequence is
$ cvs checkout <module>
$ cd <module>
(start using cvs commands)
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs