Hello, I've tried to git-cvsimport a module from CVS, where a branch named "foo" existed. CVSROOT set in the environment, CVS_RSH too, and I imported with: git-cvsimport -k -a -C themodule themodule However, it didn't do what I expected: I couldn't see the branch named "foo". I had to make a commit using CVS on that very same module on that "foo" branch. After the commit, out of curiosity, I executed the same git command again in the same directory: this time the branch was seen. Is this a bug, or is there a git-cvsimport option that I missed? I have looked at the manpage several times, and couldn't find what option could be of any use in my case (mind you, I haven't looked at the cvsps manpage either). Thanks, -- fge -- 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