Newsgroups: comp.lang.scheme
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!hsdndev!purdue!news.cs.indiana.edu!jrossie@cs.indiana.edu
From: "Jon Rossie" <jrossie@cs.indiana.edu>
Subject: Re: RCS and SCM
Message-ID: <1995Mar15.200411.6542@news.cs.indiana.edu>
Organization: Computer Science, Indiana University
References: <LORD.95Mar12185654@a735.topaz.kiev.ua>
Date: Wed, 15 Mar 1995 20:04:08 -0500
Lines: 14


You want a way to specify the comment character so that
RCS will automatically insert it before each line.  RCS
provides the "c" option for thus purpose.
For example, for the filke "foo.ss", I would make an RCS
file using ...

rcs -i -c";; " foo.ss

-- 
                                           Jon Rossie <jrossie@cs.indiana.edu>
                                      Indiana University Computer Science
                                 http://www.cs.indiana.edu/hyplan/jrossie.html

