を使用して、「scaffold」という git ブランチを正常に作成しましたgit-p4.py clone
。
Perforce の最新の変更を git ブランチに同期したいので、試しgit-p4.py sync --branch=scaffold
ていますが、次の出力だけが発生します。
Syncing with origin first, using "git fetch origin"
Creating/updating branch(es) in refs/remotes/p4/ based on origin branch(es)
Performing incremental import into scaffold git branch
Depot paths: //depot/depot/path/to/code/
No changes to import!
その後、git status
と言うnothing to commit (working directory clean)
。
これを機能させるにはどうすればよいですか?