cvs2git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cvs2git [2012-07-03 13:12] – [actions map] draenog | cvs2git [2014-03-29 18:56] (current) – fix double slash issues glen | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== CVS to GIT cheatsheet ====== | ||
+ | |||
===== Changes to Developer ===== | ===== Changes to Developer ===== | ||
- | First you should get yourself git based tools. | + | First you should get yourself git based tools: |
- | - **builder** : FIXME should we build package | + | < |
- | - ... | + | poldek --up -u rpm-build-tools |
+ | mv rpm rpm.cvs | ||
+ | builder --init-rpm-dir | ||
+ | </ | ||
+ | |||
+ | ===== Actions ===== | ||
+ | |||
+ | ==== add new package ==== | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | ==== rename package ==== | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | ==== delete | ||
+ | |||
+ | | ||
+ | * GIT: ask admin to run '' | ||
+ | |||
+ | |||
+ | ==== update from remote ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== checkin single file ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | |||
+ | ==== checkin all changes ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== find string from all packages ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== list all pkgs ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== see old patches ==== | ||
+ | |||
+ | * CVS: look into '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== restore old removed file ==== | ||
+ | * CVS: look into '' | ||
+ | * GIT: | ||
+ | - get sha: '' | ||
+ | - get contents: '' | ||
- | ==== actions map ==== | + | ==== convert last autotag into branch |
- | ^ Action | + | * CVS: < |
- | | add new package | + | ./builder -g -r ICU_4_8 icu.spec |
- | | rename package | + | cvs tag -b -F ICU_4_8 icu.spec |
- | | delete package | + | cvs ci -m '- ...' icu.spec</ |
- | | update from remote | + | |
- | | checkin single file | < | + | |
- | | checkin all changes | + | |
- | | find string from all packages | + | |
- | | list all pkgs | < | + | |
- | | see old patches | + | |
- | | restore old removed file | look into '' | + | |
- | | convert last autotag into branch | + | |
- | ./builder -g -r ICU_4_8 icu.speccvs | + | |
- | cvs ci -m '- ...' icu.spec</ | + | |
+ | * GIT: < | ||
+ | git push origin ICU_4_8 | ||
+ | git checkout ICU_4_8</ | ||
+ | ==== delete remote branch ==== | ||
+ | * CVS: < | ||
+ | * GIT: < |
cvs2git.1341313974.txt.gz · Last modified: 2012-07-03 13:12 by draenog