Path: utzoo!attcan!uunet!nbires!ncar!noao!dragon!charles From: charles@dragon.UUCP (Charles Wolff) Newsgroups: comp.unix.questions Subject: Re: RCS and SCCS Message-ID: <1207@dragon.UUCP> Date: 1 Aug 88 22:49:29 GMT References: <890@fig.bbn.com> <710@ubu.warwick.UUCP> <661@pyuxe.UUCP> <29953@cca.CCA.COM> <1023@unccvax.UUCP> <8187@brl-smoke.ARPA> <3494@rpp386.UUCP> Reply-To: charles@dragon.UUCP (Charles Wolff, 602 438-3432) Organization: Motorola Microcomputer Division, Tempe, Az. Lines: 30 In article <3494@rpp386.UUCP> jfh@rpp386.UUCP (The Beach Bum) writes: >In article <8187@brl-smoke.ARPA> gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) writes: >>In article <1023@unccvax.UUCP> wdg@unccvax.UUCP (Doug Gullett) writes: ...and so forth. Since sccs vs. rcs is back in the news, I'll add my thoughts. I studied the two to decide which we'd use for our 88000 sourcebase. We ended up using rcs, but my conclusion was that with a little clever shell scripting you could pretty well do whatever you wanted with either one... in fact, we basically went with rcs just because our 68000 group was using sccs and we wanted to see what the differences would be. we did come across an interesting problem with sccs today... we had a shell script in one of our utilities where the author (are you reading this, Fred Fish?) wanted to capture the current date and time in a format suitable to use with the "touch" command, so he did something like: DATE_TOUCH=`date +%m%d%H%M%y` when we checked it into and back out of the sccs source base however, something happened... sccs saw %H% in the middle of the line and decided that was an SCCS significant string... so on checking out the file, converted it to the current date in MM/DD/YY format. Oops... if anybody has any brilliant suggestions for how to get around this, they'd be welcome... -- "Whenever the literary German dives into a sentence, | Charles Wolff that is the last you are going to see of him till he | Motorola Microsystems emerges on the other side of his Atlantic with his verb | Tempe, AZ in his mouth." --Mark Twain, Connecticut Yankee | (602) 438-3432