perlpatch2svn

rafael on 2002-10-20T22:15:58

I just uploaded to the CPAN a script of mine, CPAN-perlpatch2svn. Soon on your nearest CPAN mirror. It's intended to populate a Subversion repository with bleadperl patches. It's also (to my knowledge) the first code on CPAN that deals with Subversion (that's why I choose to put it on CPAN instead of keeping it on my website : if it can be found via the search interface, it may be useful in the future to other module authors. Code reuse, yay.)

There are, however, a couple of annoyances when using a Subversion working copy that holds the perl sources :

As of bleadperl @18039, the installation process of perl corrupts the Subversion working copy, because it creates spurious .svn directories.

Similarly, make distclean removes too much files, including a few files in the .svn directories, thus corrupting the working copy.

This means that I'll have to patch MakeMaker and the makefiles. Investigating...


-Dmksymlinks

sky on 2002-10-21T07:46:13

Why not build out of the source dir using -Dmksymlinks? That is such a blessing.

Re:-Dmksymlinks

rafael on 2002-10-21T08:35:10

That's obviously a solution, but using -Dmksymlinks should not be required (especially for systems that don't have symlinks.)