RCS: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Hugo (diskussion | bidrag) (Lade till web archive alternativ till länken) |
Busk (diskussion | bidrag) mIngen redigeringssammanfattning |
||
Rad 2: | Rad 2: | ||
* <tt>co -l <filename></tt> :: get working |
* <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. 10.41
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)