Re: Syntax for Pairs of Working and RCS Files
Jerry Griep <[email protected]> Tue, 5 Jun 2018 10:32:21 -0600
| Newsgroups | gmane.comp.gnu.rcs |
|---|---|
| Message-ID | <CAL0X4uWwEw=97YukmwXYaHgCOk8hy7TZKqtWZD2z34_RfAmD0w@mail.gmail.com> |
--0000000000006f1ba5056de7992e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable My version of RCS is 5.7. I am not sure if I downloaded it from the Purdue site (https://www.cs.purdue.edu/homes/trinkle/RCShome/) or if it is the binaries that were included with CS-RCS. (I think on one PC it is the former, and on the other it is the latter.) I haven't had any version control after CS-RCS stopped working. (Not much coding lately. I have been creating manual backups, i.e. foo v1.4.txt.) CS-RCS saves files in the standard RCS format. When I set CS-RCS up, I chose a network drive as my repository because it gets backed up regularly. Now, trying RCS commands in a CMD prompt doesn't seem to find network locations. That is why I am looking for the correct syntax for specifying both the work file and RCS file. On Mon, Jun 4, 2018 at 12:33 PM, Thien-Thi Nguyen <[email protected]> wrote: > > () Jerry Griep <[email protected]> > () Mon, 4 Jun 2018 19:06:31 +0100 > > 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). > > Which version of RCS are you using? (Use =E2=80=98rcs --version=E2=80=99= to > find out, if on 5.8 or later, otherwise =E2=80=98rcs -V=E2=80=99.) > > How about specifying working file name w/o dir: > > ci -l foo.txt > > Or RCS file name w/o dir: > > ci -l foo.txt,v > > If I create C:\my_dir\RCS, rcs commands work with this > structure. So I know that rcs is installed, and working > properly. > > OK, that's good to know. > > [used to use CS-RCS] > > Interesting. Is CS-RCS basically RCS? > > -- > Thien-Thi Nguyen ----------------------------------------------- > (defun responsep (query) ; (2018) Software Libero > (pcase (context query) ; =3D Dissenso Etico > (`(technical ,ml) (correctp ml)) > ...)) 748E A0E8 1CB8 A748 9BFA > --------------------------------------- 6CE4 6703 2224 4C80 7502 > > --0000000000006f1ba5056de7992e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>My version of RCS is 5.7.=C2=A0 I am not sure if I do= wnloaded it from the Purdue site (<a href=3D"https://www.cs.purdue.edu/home= s/trinkle/RCShome/">https://www.cs.purdue.edu/homes/trinkle/RCShome/</a>) o= r if it is the binaries that were included with CS-RCS.=C2=A0 (I think on o= ne PC it is the former, and on the other it is the latter.)</div><div><br><= /div><div>I haven't had any version control after CS-RCS stopped workin= g.=C2=A0 (Not much coding lately.=C2=A0 I have been creating manual backups= , i.e. foo v1.4.txt.)</div><div><br></div><div>CS-RCS saves files in the st= andard RCS format.=C2=A0 When I set CS-RCS up, I chose a network drive as m= y repository because it gets backed up regularly.=C2=A0 Now, trying RCS com= mands in a CMD prompt doesn't seem to find network locations.=C2=A0 Tha= t is why I am looking for the correct syntax for specifying both the work f= ile and RCS file.</div><div><br></div><div><br></div></div><div class=3D"gm= ail_extra"><br><div class=3D"gmail_quote">On Mon, Jun 4, 2018 at 12:33 PM, = Thien-Thi Nguyen <span dir=3D"ltr"><<a href=3D"mailto:[email protected]" targe= t=3D"_blank">[email protected]</a>></span> wrote:<br><blockquote class=3D"gmai= l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left= :1ex"><br> () Jerry Griep <<a href=3D"mailto:[email protected]">jerry.griep@gma= il.com</a>><br> () Mon, 4 Jun 2018 19:06:31 +0100<br> <span class=3D""><br> =C2=A0 =C2=A0ci -l c:\my_dir\foo.txt=C2=A0 \\my_server\my_stuff\c\my_dir\<w= br>foo.txt,v<br> =C2=A0 =C2=A0ci -l \\my_server\my_stuff\c\my_dir\<wbr>foo.txt,v<br> =C2=A0 =C2=A0ci -l \\my_server\my_stuff\c\my_dir\<wbr>foo.txt,v=C2=A0 c:\my= _dir\foo.txt<br> <br> =C2=A0 =C2=A0None of these work (given that I am currently in C:\my_dir).<b= r> =C2=A0 =C2=A0RCS complains that it can't find the file(s).<br> <br> </span>Which version of RCS are you using?=C2=A0 (Use =E2=80=98rcs --versio= n=E2=80=99 to<br> find out, if on 5.8 or later, otherwise =E2=80=98rcs -V=E2=80=99.)<br> <br> How about specifying working file name w/o dir:<br> <br> =C2=A0ci -l foo.txt<br> <br> Or RCS file name w/o dir:<br> <br> =C2=A0ci -l foo.txt,v<br> <span class=3D""><br> =C2=A0 =C2=A0If I create C:\my_dir\RCS, rcs commands work with this<br> =C2=A0 =C2=A0structure.=C2=A0 So I know that rcs is installed, and working<= br> =C2=A0 =C2=A0properly.<br> <br> </span>OK, that's good to know.<br> <br> =C2=A0 =C2=A0[used to use CS-RCS]<br> <br> Interesting.=C2=A0 Is CS-RCS basically RCS?<br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> -- <br> Thien-Thi Nguyen ------------------------------<wbr>-----------------<br> =C2=A0(defun responsep (query)=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0; (2018) Software Libero<br> =C2=A0 =C2=A0(pcase (context query)=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0;=C2=A0 =C2=A0 =C2=A0 =C2=A0=3D Dissenso Etico<br> =C2=A0 =C2=A0 =C2=A0(`(technical ,ml) (correctp ml))<br> =C2=A0 =C2=A0 =C2=A0...))=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 748E A0E8 1CB8 A748= 9BFA<br> ------------------------------<wbr>--------- 6CE4 6703 2224 4C80 7502<br> <br> </font></span></blockquote></div><br></div> --0000000000006f1ba5056de7992e--