このバージョンのgitp4.pyを使用していますが、リポジトリのクローンを作成しようとすると次のエラーが発生します。
git p4 clone //xxx/xxx@all xxx
Importing from //xxx/xxx@all into xxx
Initialized empty Git repository in /cygdrive/d/xxx/.git/
Import destination: refs/remotes/p4/master
Importing revision 00000(0%)
Importing revision 00001(2%) Error from p4 print for //xxx/xxx/xxx/SomeFile.cs: Can't map //yyy/yyy/yyy/SomeFile.cs
ルート パスが異なることに注意してください。私のリポジトリ (xxx) には、別のリポジトリ (yyy) を参照するファイルが含まれているようです。yyy リポジトリにアクセスできません。このリビジョンを完全にスキップするか、履歴からこのファイルを削除して、このエラーを防ぐ方法はありますか?
ありがとう、M.