User Tools

Site Tools


docs:tips_n_tricks:rcs.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
docs:tips_n_tricks:rcs.html [23.05.2010 17:41 CEST] – created peterdocs:tips_n_tricks:rcs.html [12.10.2011 12:23 CEST] peter
Line 8: Line 8:
   cd /etc   cd /etc
   mkdir RCS   mkdir RCS
-  ci -l hosts+  ci -l -d hosts
  
 To checkin further updates, use To checkin further updates, use
  
-  ci -l hosts+  ci -l -d hosts
  
 the ''-l'' is needed, as RCS by default removes files on checkin. This will keep it checked out and locked (for further editing) the ''-l'' is needed, as RCS by default removes files on checkin. This will keep it checked out and locked (for further editing)
Line 18: Line 18:
 To do a rollback to version 1.3 , use To do a rollback to version 1.3 , use
  
-  co -r1.3 hosts+  co -r1.3 -M hosts
  
 To list all versions with changelog information, use To list all versions with changelog information, use
docs/tips_n_tricks/rcs.html.txt · Last modified: 13.01.2024 11:56 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki