Hi, the "2.0" branches of libkexiv2 and libkdcraw have been merged to master, heading for KDE 4.7. In your local repositories, checkout master, pull, and delete your local 2.0 branch: git checkout master git pull git branch -d 2.0 (assuming you have no local commits. If you have, rebase or cherry-pick) Marcel