cms-sw / cms-git-tools

CMS Git Helpers
34 stars 26 forks source link

checkdeps should check the base and local code are consistent #13

Closed slava77 closed 11 years ago

slava77 commented 11 years ago

If in base release aRel I do "cms-addpkg Pack bRel" as a first checkout, my local .git will have a fork-point from bRel. checkdeps will get the list of dependencies from the base and then call git read-tree bRel. This is inconsistent. In fact, I think checkdeps should really make sure that the depencies are taken from the base release repository.

ktf commented 11 years ago

Ciao @slava77, I think I have what you want. Can you try doing:

git clone https://github.com/cms-sw/cms-git-tools.git
export PATH=$PWD/cms-git-tools:$PATH
export MANPATH=$PWD/cms-git-tools/man:$MANPATH

and check it is better behaved now?

ktf commented 11 years ago

Closed down since no further reply.