CVS
env: CVSROOT
fazer apenas uma vez, somente para cvs checkout.
export CVSROOT=:ext:iuri@storm:/usr/local/cvs
env: CVSEDITOR
export CVSEDITOR=vim
verificar as modificacoes
cvs update
codigo do cvs update
F
release
O
checkout
E
export
T
rtag
One of five record types may result from an update:
C
A merge was necessary but collisions were detected (requiring man‐
ual merging).
G
A merge was necessary and it succeeded.
U
A working file was copied from the repository.
P
A working file was patched to match the repository.
W
The working copy of a file was deleted during update (because it
was gone from the repository).
One of three record types results from commit:
A
A file was added for the first time.
M
A file was modified.
R
A file was removed.
The options shown as -flags constrain or expand the report without
requiring option arguments:
SVN
Ele não tem tags como o CVS, entao deve-se fazer cópias. (LIXO)
branchs
Codigo experimental
Tags
Codigo estavel
trunk
Codigo unstable
Patchs
Criar um patch
microwin.old 
diretorio do original
microwin.new 
diretorio do modificado
#!/bin/sh
LC_ALL=C TZ=UTC0 diff -Naur microwin.old/ microwin.new/
--
IuriDiniz - 27 Jul 2005