X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 29 Apr 2002 20:18:08 -0500 From: JT Williams To: djgpp AT delorie DOT com Subject: Re: RCS question : how to checkin/out binary files (OT?) Message-ID: <20020430011808.GA1164@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com References: <3CCB6BB8 DOT A5CD1DA4 AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CCB6BB8.A5CD1DA4@is.elta.co.il> User-Agent: Mutt/1.3.27i Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: > How do I checkin/out binary files with RCS? -: -: Try -: rcs -i -kb foobar.bin You can use this to initialize an empty rcs file for binary mode prior to the initial check in. To change an existing rcs file to binary mode, use rcs -kb foo.bar In either case this is done only once. Note, however, that in other contexts (notably, co) `-kb' behaves like `-ko', which is probably not what you want if you are using rcs keywords. You may want to alias `co' to `co -kkv' in that case. HTH/jtw