Jonathan Nieder wrote: > Eric Wong wrote: >> Can we use this as an opportunity to start splitting git-svn.perl into >> multiple .pm files? > > Not a bad idea. I've included an example patch to sanity-check the > approach below. [...] > Let's start with Git::SVN::Prompt. And here's a more interesting one: SVN::Git::Fetcher. Jonathan Nieder (2): git-svn: rename SVN::Git::* packages to Git::SVN::* git-svn: make Git::SVN::Fetcher a separate file git-svn.perl | 551 ++----------------------------------------- perl/Git/SVN/Fetcher.pm | 602 +++++++++++++++++++++++++++++++++++++++++++++++ perl/Makefile.PL | 1 + 3 files changed, 627 insertions(+), 527 deletions(-) create mode 100644 perl/Git/SVN/Fetcher.pm -- 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