RCS

Från Lysators datorhandbok, den ultimata referensen.
Hoppa till navigering Hoppa till sök

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)