The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters. from http://www.gnu.org/software/rcs/rcs.html

기본 사용법 #

mkdir RCS
ci myfile
co myfile

# 락을 건 상태로 체크인 체크아웃
ci -l myfile
co -l myfile

  • 버젼로그를 소스 파일 상단에 남기려면 주석에 다음 내용 추가
# $Log:$
or
// $Log:$
or
/* $Log:$ */
or 다른 주석 부호를 사용하는 파일인 경우
rcs -c
옵션 사용


  • 언어별로 주석을 표기하는 방식이 틀린경우


    rcsintro
    rcs
    rcsfile
    ci
    co
    rcsdiff
    rlog
    rcsmerge
    rcsclean
    rcsfreeze
----
Sister Sites Index
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2011-01-25 09:38:08
Processing time 0.0070 sec