Attic:Dev:Doc/.cvsrc

提供: wiki
2018年6月29日 (金) 02:50時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Deprecated
We don't use CVS anymore, we've moved to Subversion


 #example .cvsrc file  This file should be placed in your home directory
 # This applies to all cvs <foo> commands -q makes cvs quiet -z3 enables compression
 cvs -q -z3
 #diff/rdiff -u provides unified diff  -p print to standard output
 diff -pu
 rdiff -u
 #update -P prune empty directories -d create new directories
 update -Pd