Skillnad mellan versioner av "RCS"

Från Lysators datorhandbok, den ultimata referensen.
Hoppa till navigering Hoppa till sök
(Skapade sidan med 'Kort om hur man kanske använder RCS: * <tt>co -l <filename></tt> :: get working copy * <tt>ci -u <filename></tt> :: check in and update file * <tt>ci <filename></tt> :: che...')
 
(Lade till web archive alternativ till länken)
Rad 2: Rad 2:
   
   
* <tt>co -l <filename></tt> :: get working copy
+
* <tt>co -l <filename></tt> :: get working chttp://web.archive.org/web/20230127231009/http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.htmlopy
 
* <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
Rad 11: Rad 11:
   
 
http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.html
 
http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.html
  +
(Genom Web Archive: http://web.archive.org/web/20230127231009/http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.html)

Versionen från 13 november 2023 kl. 22.03

Kort om hur man kanske använder RCS:


  • co -l <filename> :: get working chttp://web.archive.org/web/20230127231009/http://www.yolinux.com/TUTORIALS/LinuxTutorialRCSintro.htmlopy
  • 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)