IT

0266.RCS 파일들의 가장 최근의 두 리비전 비교

띠앗머리 2016. 1. 28. 14:49

for each file ( *.co *.h Makefile )

 set revs = `rcsrevs $f | head -2 | tail -r | sed 's/^/-r'`

 rcsdiff $revs $f | mail -s "change to $file" bigboss #bigboss 에게 mail 보내기

end

 

rcsrevs -r2 somefile #오직 리비전2.0 이상만 나열

rcsrevs -sbeta #beta 상태의 리비전들만을 나열한다

 

rcsgrep

recegrep

rcsfgrep

rcsegrep fast