home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 14919 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.3 KB

  1. Path: sparky!uunet!gatech!gatech!holos0!dcatla!wafbox!bill
  2. From: bill@wafbox.gwinnett.com (Bill Fulton)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: RCS symbolic name & recalling
  5. Message-ID: <353@wafbox.gwinnett.com>
  6. Date: 23 Dec 92 02:58:09 GMT
  7. References: <15DEC199220042792@cnsvax>
  8. Reply-To: bill@wafbox.UUCP (Bill Fulton)
  9. Distribution: usa
  10. Organization: (Home)
  11. Lines: 24
  12.  
  13. In article <15DEC199220042792@cnsvax> tannerrj@cnsvax (ROOT OF INSIGHT-- A 486 RUNNING LINUX V0.99) writes:
  14. >I understand the symbolic names using rcs -n command to tie
  15. >common files together. My question is how do I check-out (co)
  16. >all the files that I have rcs -n together? Thanks.
  17.  
  18. If I understand correctly that you did a
  19.     ci -nsome_name file1 file2 file3 ...
  20. then you would just do a
  21.     co -rsome_name file1 file2 file3 ...
  22.  
  23. BTW - It appears that the symbolic name is used by literally plugging in
  24. whatever comes after the ':', which allows a lot of freedom.  For example, I
  25. can do
  26.     ci -ncur_maj_vers:1 file_list
  27. to define the current major version, and at any time do
  28.     co -rcur_maj_vers file_list
  29. and it would be the same as
  30.     co -r1 file_list
  31. that is, it would check out the last version at major level '1'.
  32.  
  33. -- 
  34. Bill Fulton            (Home Alone) |    Grab .. 
  35.     bill@wafbox.gwinnett.com        |            The ..
  36. OR  ..!gatech!dcatla!wafbox!bill    |                   Reins
  37.