2013-01-11 3 views
1

gerrit를 cherrypick하고 모든 파일이 존재하지 않는 문제가있는 사람이 있습니까? 다음은 내가하는 명령의 순서입니다. 이유에 대한 의견이 있습니까? 파일을 동기화하려면 cherrypicking 이외의 다른 방법이 있습니까?cherrypick이 모든 파일을 제공하지 않음

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 

답변

1

솔루션은 파일의 변경 사항은 체리 따기가 이미 존재 받고

관련 문제