Tomas Carnecky wrote: > This is an experimental git remote helper for svn repositories. It uses > the new git fast-import-helper. Not sure how to review this without some sense of how the fast-import-helper works. > It uses notes to save the git commit -> svn revision > mapping (refs/notes/svn). Good. :) Caching the mapping back in the other direction would be very simple. A simple array of commit hashes indexed by svn revision number would not take up much space in memory and could easily be randomly accessed on disk. -- 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