I'm trying to import a cvs repository into git using cvs2git. After running cvs2git, I'm left with a git pack file. I'm now trying to unpack this file using: git unpack-objects < myfile.pack Or to be more exact: $ git unpack-objects < "C:/dev/cvsToGitWorkingRepository/.git/objects/pack/pack-479ea920f4a7389f8a52eb6062.pack" Unpacking objects: 100% (66409/66409), done. It looks like it worked except I'm not getting any unpacked files. Has anybody gotten git unpack-objects to work on a Windows system? -- View this message in context: http://git.661346.n2.nabble.com/Git-unpack-objects-on-Windows-tp5917819p5917819.html Sent from the git mailing list archive at Nabble.com. -- 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