User Tools

Site Tools


система_контроля_версий_rcs

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
система_контроля_версий_rcs [2010/08/11 10:59]
val
система_контроля_версий_rcs [2014/08/05 12:45]
val
Line 1: Line 1:
 ====== Система контроля версий rcs ====== ====== Система контроля версий rcs ======
 +
 +[[http://​ru.wikipedia.org/​wiki/​Revision_Control_System]]
 +
 +[[http://​www.opennet.ru/​docs/​RUS/​RCS/​rcsintro.html]]
 +
 <​code>​ <​code>​
-$ ci -l filename+$ ci -l hello.c 
 +$ ci -l -mmessage hello.c 2>/​dev/​null
  
-$ rlog filename+$ rlog hello.c
  
-$ co -p1.1 filename+$ co -p1.1 hello.c
  
-$ co -l1.1 filename+$ co -l1.1 hello.c
  
-$ rcsdiff -r1.1 filename+$ rcsdiff -r1.1 hello.c
  
-$ rcsdiff -r1.1 -r1.2 filename+$ rcsdiff -r1.1 -r1.2 hello.c
 </​code>​ </​code>​
  
система_контроля_версий_rcs.txt · Last modified: 2016/04/07 09:30 by val