diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-18 01:57:34 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-18 01:57:34 +0000 |
commit | dc436b41f730ec3bda6f945e892fce63b155d436 (patch) | |
tree | 2ffa304b2b219a153c94f08997d783648e3cca13 /gnu/usr.bin/cvs/BUGS | |
parent | f663b2e9d210d80ac48418288ea07bca553919f2 (diff) |
New release from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/BUGS')
-rw-r--r-- | gnu/usr.bin/cvs/BUGS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/BUGS b/gnu/usr.bin/cvs/BUGS index 7d1f77fc11a..3c4a0d612ef 100644 --- a/gnu/usr.bin/cvs/BUGS +++ b/gnu/usr.bin/cvs/BUGS @@ -63,6 +63,25 @@ file's description. however. +* The following bug was reported against CVS 1.9: + + Create a module named test with a file named test in it. + + cactus:sfavor> cvs get test + cvs checkout: Updating test + U test/test + cactus:sfavor> cd test + cactus:sfavor> cvs get test + cvs checkout: cannot chdir to test: Not a directory + cvs checkout: ignoring module test + Exit 1 + cactus:sfavor> cvs update + cvs update: Updating . + rcs.c:2139: failed assertion `rev == NULL || isdigit (*rev)' + Abort (core dumped) + Exit 134 + + * pcl-cvs doesn't like it when you try to check in a file which isn't up-to-date. The messages produced by the server perhaps don't match what pcl-cvs is looking for. |