Re: Move Git::SVN into its own .pm file

2012-07-25 Thread Michael G Schwern
On 2012.7.25 2:15 PM, Jonathan Nieder wrote: > Michael G. Schwern wrote: >> This is a refactoring to move Git::SVN out of git-svn and into its own .pm >> file. >> This will make it easier to work with and test. This is just the extraction >> with minimal work to keep all tests passing. > > Patch

Re: Move Git::SVN into its own .pm file

2012-07-25 Thread Jonathan Nieder
Hi, Michael G. Schwern wrote: > This is a refactoring to move Git::SVN out of git-svn and into its own .pm > file. > This will make it easier to work with and test. This is just the extraction > with minimal work to keep all tests passing. Patch 3 doesn't seem to have hit the list archive. I

Move Git::SVN into its own .pm file

2012-07-24 Thread Michael G. Schwern
This is a refactoring to move Git::SVN out of git-svn and into its own .pm file. This will make it easier to work with and test. This is just the extraction with minimal work to keep all tests passing. A couple of utility functions which were used by Git::SVN, git-svn and others were also extract