Re: SCCS to RCS

Top Page
Attachments:
Message as email
+ (text/plain)
+ (application/pgp-signature)
Delete this message
Reply to this message
Author: Bill Jonas
Date:  
To: plug-discuss
Subject: Re: SCCS to RCS
On Mon, Feb 23, 2004 at 04:21:04PM +0000, Ben Coffman wrote:
> Is idea within reason?


Sounds reasonable to me, but a simpler method seems like it would be to
use find since you get recursion into directories for free:
"find /path/to/SCCS/repository -type d -exec sccs2rcs --arguments \{} \;"
(or however you need to call sccs2rcs)

See also find(1) for more details.

-- 
Bill Jonas    *        *    http://www.billjonas.com/
"It's a dangerous business, Frodo, going out your front door.  You step
into the Road,  and if you don't keep your feet,  there  is  no knowing
where you might be swept off to."  --  Bilbo Baggins