help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rcs questions.


From: Aaron S. Hawley
Subject: Re: rcs questions.
Date: Fri, 29 Aug 2003 11:13:40 -0400 (EDT)

On Thu, 28 Aug 2003, Aaron S. Hawley wrote:

> ..
>
> try a test case of an RCS file created from the HP box to the Solaris box:
>
> your.hp.box>  echo 'Hello one!' > hello.test
> your.hp.box>  ci -l -t-'My Hello test file' hello.test
> your.hp.box>  echo 'Hello two!' > hello.test
> your.hp.box>  ci -m'Added Hello' hello.test
> your.hp.box>  scp hello.test,v your.sun.box:.
> your.hp.box>  ssh your.sun.box
> your.sun.box> co hello.test
> your.sun.box> cat hello.test
> Hello one!
> Hello two!
> your.sun.box> _

should have been:

your.hp.box>  echo 'Hello one!' > hello.test
your.hp.box>  ci -l -t-'My Hello test file' hello.test
                        ## No spaces after option arguments
your.hp.box>  echo 'Hello two!' >> hello.test ## should have been '>>'
your.hp.box>  ci -m'Added Hello' hello.test ## no spaces after options
your.hp.box>  scp hello.test,v your.sun.box:.
your.hp.box>  ssh your.sun.box
your.sun.box> co hello.test
your.sun.box> cat hello.test
Hello one!
Hello two!
your.sun.box> _




reply via email to

[Prev in Thread] Current Thread [Next in Thread]