Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!pprg.unm.edu!hc!lll-winken!cheers!exodus From: exodus@cheers.UUCP (Greg Onufer) Newsgroups: comp.unix.questions Subject: Re: RCS co/ci commands problem. Keywords: RCS, co, ci Message-ID: <237@cheers.UUCP> Date: 10 May 89 03:03:42 GMT References: <264@boake2.UUCP> <1577@auspex.auspex.com> Organization: Cheers Bar & Grill Lines: 16 In article <1577@auspex.auspex.com>, hitz@auspex.auspex.com (Dave Hitz) writes: > If you are doing lots of work on a particular branch, you might try > the following aliases: > > alias co 'co -r1.1.1' > alias ci 'ci -r1.1.1' Or, if you'd like, _everybody_ using the RCS file can have this as a default by using an administrative option: rcs -b1.1.1 RCSfile which makes the 1.1.1 branch the default for the file `RCSfile'. It has its uses... greg