Subject: | [PATCH] svn repository has moved |
The svn repository has moved. Currently a user trying to checkout the
repository as listed in the META.yml gets the following:
$ env LC_ALL=C svn co http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker
svn: Repository moved permanently to
'http://svn.schwern.org/repos/CPAN/ExtUtils-MakeMaker'; please relocate
and nothing is checked out. A patch is attached.
Regards,
Slaven
Subject: | ExtUtils-MakeMaker-svnrepos.patch |
commit 77adac0040312a2b411c139a691633ad080c12d6
Author: Slaven Rezic <slaven@rezic.de>
Date: Tue Dec 9 21:36:00 2008 +0100
* the svn repository moved
diff --git a/Makefile.PL b/Makefile.PL
old mode 100644
new mode 100755
index 815d05d..f6ebb20
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -80,7 +80,7 @@ my $MM = WriteMakefile(
license => 'http://dev.perl.org/licenses/',
homepage => 'http://makemaker.org',
bugtracker => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
- repository => 'http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker',
+ repository => 'http://svn.schwern.org/repos/CPAN/ExtUtils-MakeMaker',
MailingList => 'makemaker@perl.org',
},
},