home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / MINOR-BUGS < prev    next >
Text File  |  1996-09-28  |  2KB  |  61 lines

  1. Low-priority bugs go here.  We don't have many yet -- everything is
  2. high-priority at the moment. :-)
  3.  
  4.  
  5. * From: Jeff Johnson <jbj@brewster.JBJ.ORG>
  6.   To: cyclic-cvs@cyclic.com
  7.   Subject: Named_Root assumes . on server
  8.   Date: Wed, 17 May 1995 11:04:53 -0400 (EDT)
  9.   
  10.   Problem:
  11.       On server, Name_Root() attempts (aggressively) to set CVSADM_Root.
  12.       If ~/CVS/Root exists (wrto rsh login), then CVSADM_Root will be
  13.       initialized from that file. The sanity check between the root
  14.       repository and the invocation will fail if the two values are not
  15.       coincidentally the same.
  16.   
  17.   Workaround:
  18.       There's a zillion ways to fix this bugture/featurelet. My current
  19.       workaround is to remove ~/CVS/Root on the server. I shall attempt
  20.       a better fix as soon as I can determine what appears politically
  21.       correct. IMHO, the CVS/Root stuff (and getenv("CVSROOT") also) is
  22.       a bit fragile and tedious in an rcmd() driven CCVS environment.
  23.  
  24.  
  25. * (Jeff Johnson <jbj@jbj.org>)
  26.   I tried a "cvs status -v" and received the following:
  27.  
  28.   ? CVS
  29.   ? programs/CVS
  30.   ? tests/CVS
  31.   cvs server: Examining .
  32.   ===================================================================
  33.   File: Install.dec            Status: Up-to-date
  34.   ...
  35.   
  36.   I claim that CVS dirs should be ignored.
  37.  
  38.  
  39. * I sometimes get this message:
  40.  
  41.   Could not look up address for your host.  Permission denied.
  42.   cvs [update aborted]: premature end of file from server
  43.  
  44.   The client's response should be cleaned up.
  45.  
  46. * In the gb-grep module, update-ChangeLog (and therefore, I assume,
  47.   rcs2log) truncates file names --- I get entries for things called
  48.   ring/lenstring.h instead of lenstring/lenstring.h.
  49.  
  50. * On remote checkout, files don't have the right time/date stamps in
  51.   the CVS/Entries files.  Doesn't look like the C/S protocol has any
  52.   way to send this information along (according to cvsclient.texi).
  53.   Perhaps we can spiff it up a bit by using the conflict field for the
  54.   stamp on the checkout/update command.  Please note that this really
  55.   doesn't do very much for us even if we get it done.
  56.  
  57. * Does the function that lists the available modules in the repository
  58.   belong under the "checkout" function?  Perhaps it is more logically
  59.   grouped with the "history" function or we should create a new "info"
  60.   function?
  61.