Syntax for Pairs of Working and RCS Files

Jerry Griep <[email protected]> Mon, 4 Jun 2018 19:06:31 +0100
Newsgroups gmane.comp.gnu.rcs
Message-ID <CAL0X4uW41dyE=HED=9KNowrd7Vp8uVdOByf6JviwVZ3QmM9TeA@mail.gmail.com>
--00000000000056eb2e056dd4cc32
Content-Type: text/plain; charset="UTF-8"

In the documentation, it states: "pairs of RCS and working files can be
specified in three ways: (a) both are given, (b) only the working file is
given, (c) only the RCS file is given".

Given that my working file (foo.txt) is in: C:\my_dir
and the repository is at network volume: \\my_server\my_stuff\c\my_dir
and the RCS file is named foo.txt,v

What is the syntax for a check in?

ci -l c:\my_dir\foo.txt  \\my_server\my_stuff\c\my_dir\foo.txt,v
ci -l \\my_server\my_stuff\c\my_dir\foo.txt,v
ci -l \\my_server\my_stuff\c\my_dir\foo.txt,v  c:\my_dir\foo.txt

None of these work (given that I am currently in C:\my_dir).  RCS complains
that it can't find the file(s).

If I create C:\my_dir\RCS, rcs commands work with this structure.  So I
know that rcs is installed, and working properly.

Back story:  I used to use CS-RCS as a GUI for version control.  CS-RCS
uses RCS commands, from what I understand.  Component Software no longer
exists, and the software no longer works on modern Windows OS.  I would
like to use RCS so I maintain the history I now have in my network volume
repository.


Regards,
Jerry Griep

--00000000000056eb2e056dd4cc32
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>In the documentation, it states: &quot;pairs of RCS a=
nd working files can be specified in three ways: (a) both are given, (b) on=
ly the working file is given, (c) only the RCS file is given&quot;.</div><d=
iv><br></div><div>Given that my working file (foo.txt) is in: C:\my_dir</di=
v><div>and the repository is at network volume: \\my_server\my_stuff\c\my_d=
ir</div><div>and the RCS file is named foo.txt,v</div><div><br></div><div>W=
hat is the syntax for a check in?</div><div><br></div><div>ci -l c:\my_dir\=
foo.txt=C2=A0 \\my_server\my_stuff\c\my_dir\<wbr>foo.txt,v</div><div>ci -l =
\\my_server\my_stuff\c\my_dir\foo.txt,v</div><div>
<div>ci -l \\my_server\my_stuff\c\my_dir\<wbr>foo.txt,v=C2=A0=20
c:\my_dir\foo.txt

<br></div><div></div>

<br></div><div></div><div>None of these work (given that I am currently in =
C:\my_dir).=C2=A0 RCS complains that it can&#39;t find the file(s).</div><d=
iv><br></div><div>If I create C:\my_dir\RCS, rcs commands work with this st=
ructure.=C2=A0 So I know that rcs is installed, and working properly.<br></=
div><div><br></div><div>Back story:=C2=A0 I used to use CS-RCS as a GUI for=
 version control.=C2=A0 CS-RCS uses RCS commands, from what I understand.=
=C2=A0 Component Software no longer exists, and the software no longer work=
s on modern Windows OS.=C2=A0 I would like to use RCS so I maintain the his=
tory I now have in my network volume repository.<br></div><div><br></div><d=
iv><br></div><div>Regards,</div><div>Jerry Griep<br></div></div>

--00000000000056eb2e056dd4cc32--