SCCS REVISION HISTORY

John R. Levine johnl at iecc.cambridge.ma.us
Mon Oct 29 16:37:33 AEST 1990


In article <1990Oct28.190212.21838 at eci386.uucp> woods at eci386.UUCP (Greg A. Woods) writes:
>Sccs is covered by the Berkeley Software Distribution copyright, and
>is essentially freeware.

That's hard to believe.  SCCS was written at Bell Labs for PWB.  Every
version I've ever seen looks to be largely unchanged from the original code.
Perhaps you're thinking of RCS which is now under the Gnu copyleft.

As far as SCCS front ends go, I've been quite satisfied with some smallish
(on the order of 100 lines) shell scripts which I've written many times that
let you maintain parallel local source and global sccs trees.  For example,
if you are in your directory foo/bar and say "Get filexx" it turns into a
get of /usr/sccs/foo/bar/s.filexx.  A little more shell hackery keeps in each
directory a list of checked out files in that directory, for use in "Put"
scripts to check them all back in at once, and in makefiles to force
recompilation of all the checked out sources.

-- 
John R. Levine, IECC, POB 349, Cambridge MA 02238, +1 617 864 9650
johnl at iecc.cambridge.ma.us, {ima|spdcc|world}!esegue!johnl
"Although the moon is smaller than the earth, it is also farther away."



More information about the Comp.unix.programmer mailing list