First you should get yourself git based tools:
poldek --up -u rpm-build-tools mv rpm rpm.cvs builder --init-rpm-dir
../builder -a PKG
or cvs add PKGDIR
builder -a PKG
or slug.py init PKG
ssh git@git.pld-linux.org move PKG1 PKG2
ssh git@git.pld-linux.org trash PKG
cvs up
git pull --rebase
cvs ci file.foo
git add file.foo; git commit; git push
cvs ci
git commit -a; git push
grep -r oauth_ SPECS
slug.py checkout -b BRANCH; grep */*.spec
cvs ls packages
slug.py list
Attic/
in cvswebgit log --pretty=format: --name-only --diff-filter=D
Attic/
in cvsweb and cvs up -jHEAD -j$DEAD_REV
and commit git log -- FILE
git show HASH:FILE
./builder -T ICU_4_8 -r auto-th-xxx icu.spec ./builder -g -r ICU_4_8 icu.spec cvs tag -b -F ICU_4_8 icu.spec cvs ci -m '- ...' icu.spec
./builder -B ICU_4_8 -r auto-th-xxx icu.spec git push origin ICU_4_8 git checkout ICU_4_8
cvs branch -d BRANCH
git push origin :BRANCH