Skillnad mellan versioner av "RCS"

Från Lysators datorhandbok, den ultimata referensen.
Hoppa till navigering Hoppa till sök
(Lade till web archive alternativ till länken)
m
 
Rad 2: Rad 2:
   
   
* <tt>co -l <filename></tt> :: get working chttp://web.archive.org/web/20230127231009/http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.htmlopy
+
* <tt>co -l <filename></tt> :: get working copy
 
* <tt>ci -u <filename></tt> :: check in and update file
 
* <tt>ci -u <filename></tt> :: check in and update file
 
* <tt>ci <filename></tt> :: check in new file
 
* <tt>ci <filename></tt> :: check in new file

Nuvarande version från 14 november 2023 kl. 09.43

Kort om hur man kanske använder RCS:


  • co -l <filename> :: get working copy
  • ci -u <filename> :: check in and update file
  • ci <filename> :: check in new file
  • rcs -u <filename> :: break lock
  • rcsclean -u <filename> :: cleanup, don't commit changes, or possibly delete working copy

Mer information kanske finns på

http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.html (Genom Web Archive: http://web.archive.org/web/20230127231009/http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.html)