help-rcs
[Top][All Lists]
Advanced

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

Re: Syntax for Pairs of Working and RCS Files


From: Thien-Thi Nguyen
Subject: Re: Syntax for Pairs of Working and RCS Files
Date: Mon, 04 Jun 2018 20:33:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

() Jerry Griep <address@hidden>
() 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 ‘rcs --version’ to
find out, if on 5.8 or later, otherwise ‘rcs -V’.)

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)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

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