r4 - 19 Aug 2005 - 14:50:36 - IuriDinizYou are here: TWiki >  Personal Web  > UtilitariosProgramacao

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 MOVED TO... diretorio do original
microwin.new MOVED TO... diretorio do modificado
#!/bin/sh
LC_ALL=C TZ=UTC0 diff -Naur microwin.old/ microwin.new/
-- IuriDiniz - 27 Jul 2005
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback