Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!altos!megadon!clp From: bruce@balilly.UUCP (Bruce Lilly) Newsgroups: comp.unix Subject: Re: Summary: SCCS vs. RCS Keywords: SCCS RCS source code control Message-ID: <2260@megadon.UUCP> Date: 14 Nov 90 22:44:00 GMT References: <2252@megadon.UUCP> <2255@megadon.UUCP> Sender: clp@megadon.UUCP Organization: Bruce Lilly, Flushing, NY Lines: 18 Approved: clp@megadon.UUCP Apparently-To: comp-unix@uunet.uu.net >The Free Software Foundation's make program includes >support for RCS, so you can have automatic check out >if you want to. Last time I looked, GNU make didn't support SCCS however. Specifically, GNU make doesn't handle the ~-hack in the SUFFIX rules for identifying SCCS files. If one has many makefiles which are designed to handle SCCS files, there is strong incentive to not use GNU make. On the other hand, if one uses a ``standard'' make, there is no support for a ',' as a delimiter for suffixes, so it's rather difficult to automate use of RCS. The result: migration from one system to the other, or use of both SCCS and RCS can be difficult. -- Bruce Lilly blilly!balilly!bruce@sonyd1.Broadcast.Sony.COM