Hi, I'm trying to import Perfoce client into Git repository. I had configured git-p4.clent=MYCLIENT and git-p4.useclientspec=true. When runnign git p4 sync --verbose I got the follwing: c:\p4\views\Git\p4client>git p4 sync --verbose Reading pipe: git config git-p4.useclientspec Reading pipe: git config git-p4.user Reading pipe: git config git-p4.password Reading pipe: git config git-p4.port Reading pipe: git config git-p4.host Reading pipe: git config git-p4.client p4 -c MYCLIENT -G client -o Opening pipe: p4 -c MYCLIENT -G client -o Reading pipe: git rev-parse --symbolic --remotes branches: [] Getting p4 changes for ... Traceback (most recent call last): File "/usr/sbin/git-core//git-p4", line 1929, in ? main() File "/usr/sbin/git-core//git-p4", line 1924, in main if not cmd.run(args): File "/usr/sbin/git-core//git-p4", line 1676, in run changes = p4ChangesForPaths(self.depotPaths, self.changeRange) File "/usr/sbin/git-core//git-p4", line 442, in p4ChangesForPaths assert depotPaths AssertionError I would appreciate if someone help to solve this problem. Dmitry -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html