home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / programm / 5859 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.2 KB

  1. Path: sparky!uunet!psinntp!curly.appmag.com!pa
  2. From: pa@curly.appmag.com (Pierre Asselin)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Revision control by directory tree
  5. Summary: I want all the files under the same version number.
  6. Keywords: sccs rcs cvs directories
  7. Message-ID: <1352@curly.appmag.com>
  8. Date: 7 Jan 93 16:40:21 GMT
  9. Organization: Applied Magnetics, Goleta, CA
  10. Lines: 18
  11.  
  12. I am maintaining libraries of in-house code and I want to place the
  13. files under revision control.  My boxes (AIX 3.[12]) only have sccs.
  14. I have been using sccs for single-file programs, but a library source
  15. is typically spread over many files.  I want all the files to have the
  16. same revision number.  Sccs won't do that.  I don't have large teams of
  17. programmers to manage;  all I need at this point is per-project
  18. revision numbers.
  19.  
  20. According to the c.u.questions FAQ, RCS has a feature (symbolic names)
  21. that might come close enough to what I want.  I lifted some BSD docs
  22. from uunet but they weren't specific enough.
  23.  
  24. Surely this is a common problem.  How do you handle it?  Should I
  25. install RCS?  Should I get CVS instead?
  26. -- 
  27.  
  28. --Pierre Asselin, Magnetoresistive Head Engineering, Applied Magnetics.
  29.   pa@appmag.com        the usual disclaimers apply.
  30.