Reputation: 3071
Has anyone run into a problem where you cherrypick a gerrit and all the files are not present?following is the sequence of commands I do.. any thoughts on what could be the reason? are there ways other than cherrypicking to sync a file?
repo init -u git://git.company.com/platform/manifest.git -b jb_2.2_rb2_5
repo sync vendor/com/proprietary/code
git fetch ssh://[email protected]:29418/platform/vendor/com-proprietary/code refs/changes/42/185542/2 && git cherry-pick FETCH_HEAD
Upvotes: 1
Views: 84
Reputation: 3071
Solution was changes in the files being cherry-picked are already present
Upvotes: 1