Skip to content
Snippets Groups Projects
Commit c62d40f0 authored by woods's avatar woods
Browse files

- a new bug noted

- a comment about an old bug
parent fdb96384
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ are some other reported bugs in MINOR-BUGS; the difference, at least
in theory, is that those bugs are less serious.
* The '-f' option of "cvs rm" does not work with client/server CVS.
CVS will accept the option, but it won't actually remove the local file!
* For platform-specific information (in some cases including known
bugs), see README.VMS, windows-NT/README, or os2/README. There is no
similar file for the unix-like operating systems (not yet, at least).
......@@ -23,6 +27,9 @@ non-client/server CVS) is the correct one.
* The -m option to "cvs add" does not work with client/server CVS.
CVS will accept the option, but it won't actually set the
file's description.
(Note that it doesn't create the ,t file, and so 'cvs commit' doesn't
try to pick up the ,t file and use its content as the argument to ci's
"-t-<DESC>" option, probably because it doesn't have an equivalent '-t'.)
* cvs update walks into a user's work directory if there's a directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment