File: MINOR-BUGS

package info (click to toggle)
cvs 2%3A1.12.13%2Breal-22%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,140 kB
  • ctags: 10,234
  • sloc: ansic: 100,431; sh: 33,887; asm: 3,281; perl: 2,818; ada: 1,681; makefile: 1,599; yacc: 1,238; pascal: 1,082; cpp: 1,001; lisp: 35
file content (73 lines) | stat: -rw-r--r-- 3,284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Low-priority bugs go here.  Actually, most every documented bug is
"low-priority"--in the sense that if it is documented it means noone
has gotten around to fixing it.


* "cvs update -ko -p -r REV file" doesn't seem to pay attention to the
  '-ko', at least in client/server mode.  A simple work around is to
  temporarily change the db file with "cvs admin -ko file", then switch
  it back to the original modes after the checkout (probably '-kkv').

* "cvs status" has a difference in its output between local and
  client/server mode.  Namely there's a tab character followed by a
  ctime(3)-style date string at the end of the "Working revision:"
  field.

* commands which don't work in a local working directory should probably
  ignore any CVS/Root values and revert to using CVSROOT alone.  The
  current use of CVS/Root can be very confusing if you forget you're in
  a working directory for a remote module -- something that's very easy
  to do since CVS hides the client operation very well, esp. for
  commands which fail for this reason.  The only clue might be the word
  "server" in a message such as this:
	cvs server: cannot find module `patch' - ignored

* cvs init may gave a strange error at times:
	ttyp4:<woods@clapton> $ cvs -d /local/src-CVS init
	cvs [init aborted]: cannot open CVS/Root: No such file or directory
  but it seemed to work just the same....  Note that at the time CVSROOT
  was set to point to a CVS server using the ":server:" option.

* If a ~/CVS/Root file exists on the server and you are using rsh to
connect to the server, CVS may loose its mind (this was reported in
May 1995 and I suspect the symptoms have changed, but I have no
particular reason to think the bug is fixed -kingdon, Sep 96).

* (Jeff Johnson <jbj@jbj.org>)
  I tried a "cvs status -v" and received the following:

  ? CVS
  ? programs/CVS
  ? tests/CVS
  cvs server: Examining .
  ===================================================================
  File: Install.dec            Status: Up-to-date
  ...
  
  I claim that CVS dirs should be ignored.
  (This reportedly happens if "cvs add CVS" (or "cvs add *")
  is followed by "cvs status", in client/server mode - CVS 1.9).

* On remote checkout, files don't have the right time/date stamps in
  the CVS/Entries files.  Doesn't look like the C/S protocol has any
  way to send this information along (according to cvsclient.texi).
  Perhaps we can spiff it up a bit by using the conflict field for the
  stamp on the checkout/update command.  Please note that this really
  doesn't do very much for us even if we get it done.

* Does the function that lists the available modules in the repository
  belong under the "checkout" function?  Perhaps it is more logically
  grouped with the "history" function or we should create a new "info"
  function?


Note that it is the opinion of the MirBSD founder that the CVSROOT
environment variable ought to *never* be set at all. This prevents
a lot of trouble. Almost all CVS tutorials stating otherwise (or
recommending pserver) are perceived bogus.

"cvs annotate -b" does not do what people would expect, I think,
but neither does it do that under MidnightBSD/DragonFly, where
it came from.

$MirOS: src/gnu/usr.bin/cvs/MINOR-BUGS,v 1.5 2016/11/08 23:04:31 tg Exp $