Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 41571
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 6.48
Fixed in: (no value)



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', }, },
Thanks, didn't realize SVN wouldn't follow the permanent redirect.