cvs2git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cvs2git [2012-06-23 11:16] – glen | 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 here? | + | < |
- | | + | poldek --up -u rpm-build-tools |
+ | mv rpm rpm.cvs | ||
+ | builder --init-rpm-dir | ||
+ | </ | ||
+ | ===== Actions ===== | ||
- | ==== actions map ==== | + | ==== add new package |
- | ^ Action | + | * CVS: '' |
- | | add new package | + | * GIT: '' |
- | | rename package | + | |
- | | delete package | + | ==== rename package |
- | | update from remote | + | |
- | | checkin single file | < | + | * CVS: send rename request to cvsadmin@ |
- | | checkin all changes | + | * GIT: '' |
- | | find string from all packages | + | |
- | | list all pkgs | < | + | ==== delete package |
- | | see old patches | + | |
- | | restore old removed file | look into '' | + | * CVS: remove all sources from cvs |
- | | convert last autotag into branch | + | * 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: '' | ||
+ | |||
+ | ==== | ||
+ | |||
+ | * CVS: '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== see old patches | ||
+ | |||
+ | * CVS: look into '' | ||
+ | * GIT: '' | ||
+ | |||
+ | ==== restore old removed file ==== | ||
+ | |||
+ | * CVS: look into '' | ||
+ | * GIT: | ||
+ | - get sha: '' | ||
+ | - get contents: | ||
+ | |||
+ | ==== convert last autotag into branch | ||
+ | |||
+ | * CVS: < | ||
./builder -g -r ICU_4_8 icu.spec | ./builder -g -r ICU_4_8 icu.spec | ||
cvs tag -b -F ICU_4_8 icu.spec | cvs tag -b -F ICU_4_8 icu.spec | ||
- | cvs ci -m '- ...' icu.spec</ | + | cvs ci -m '- ...' icu.spec</ |
+ | |||
+ | * GIT: < | ||
+ | git push origin ICU_4_8 | ||
+ | git checkout ICU_4_8</ | ||
+ | |||
+ | ==== delete remote branch ==== | ||
+ | * CVS: < | ||
+ | * GIT: < |
cvs2git.1340443000.txt.gz · Last modified: 2012-06-23 11:16 by glen