CVS

古いリビジョンの取得

  • 2005-09-30におけるバージョンを取得するには?
% cd ~/temp
% setenv CVS_RSH ssh
% setenv CVSROOT eto@cvs.sourceforge.jp:/cvsroot/qwik
% cvs co -f -D 2005-09-30 qwik
% mv qwik qwik-2005-09-30
% tacf qwik-2005-09-30

CVSの使い方

% cvs diff -D 2005-08-29

などとすると、その日付時点でのファイルとのdiffをとることができる。

Last modified: 2006-09-05