home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18355 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!kronos.arc.nasa.gov!iscnvx!rlynch
  3. From: rlynch@iscnvx.lmsc.lockheed.com (Richard J. Lynch)
  4. Subject: Source Code Control
  5. Message-ID: <1992Nov13.004024.9122@iscnvx.lmsc.lockheed.com>
  6. Organization: Lockheed Missiles and Space Co.
  7. References: <1992Nov12.230541.20079@wam.umd.edu>
  8. Date: Fri, 13 Nov 92 00:40:24 GMT
  9. Lines: 25
  10.  
  11.  
  12. I have been programing on the mac for a about a year now and I am 
  13. trying to find an application or extension that will help me in controling
  14. revisions to the application I am writing. I have programed in UNIX before
  15. and used "SCCS" (Source Code Control System) to control the versions of my 
  16. software. Is there anything similar for the Mac?
  17.  
  18. I need something that will allow the tracking of releases/versions with
  19. up to four sub levels and branches.
  20.  
  21. Example,
  22.  
  23. Rev 1 My compiled application prints "yes" on screen.
  24. Rev 1.1 My compiled application prints "oh yes"
  25. Rev 1.1.1 My compiled application prints "oh oh yes"
  26.  
  27. I want to be able to compile using Think Pascal/C any or all of the revs
  28. without having to save all the source code for each project. 
  29.  
  30. Is there any such thing for the Mac?
  31.  
  32. Thanks for any info you can supply.
  33.  
  34. Richard Lynch
  35.  
  36.