Jonathan Nieder wrote: > In other words, if you are hitting a wall with that part which doesn't > seem to have much to do with differences between git and Subversion > anyway, I imagine there are easier places to start. Alternatively, if > you prefer to work on making it easy for an importer to handle "ls" > and "cat" commands and mark references, I think our previous attempts > were misguided and we can do better. :) What do you think? Yeah, I think the fast-export filter was a misguided attempt. In addition to git-fast-export, we have to start up a fast-import process that'll reply to our "ls" and "cat" commands, and I think we'll be good. I'm a little more worried about the mapper- I'm finding it hard to imagine a fast-import stream that contains subdirectories (branches/*) as opposed to head refs. Any idea how we'll achieve that? Ram -- 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