Extract Git::SVN from git-svn into its own .pm file.

Except for adding the 1; at the end, this is a straight copy & paste.

Tests still pass, but its doubtful Git::SVN will compile on its own
without git-svn being loaded.  Next commit will fix that.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Michael G. Schwern 2012-07-26 16:22:24 -07:00 committed by Eric Wong
parent 0f80aa03cf
commit 29499c0b27
3 changed files with 2321 additions and 2319 deletions

File diff suppressed because it is too large Load Diff

2319
perl/Git/SVN.pm Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ instdir_SQ = $(subst ','\'',$(prefix)/lib)
modules += Git
modules += Git/I18N
modules += Git/SVN
modules += Git/SVN/Memoize/YAML
modules += Git/SVN/Fetcher
modules += Git/SVN/Editor