On Sun Jul 15 08:29:26 2007, jkeen <!-- x --> at verizon.net wrote: > On Sun Jul 15 06:05:31 2007, coke wrote: > > > > > Doesn't apply cleanly on Revision: 19887 > > Okay, let's try something else. > > I did a fresh checkout from trunk. I then applied the patch attached, > '3.manifest.patch.txt'. I then *copied* the other file attached, > mk_manifest_and_skip.pl, to tools/dev/. > > I then called: > > svn add lib/Parrot/Manifest.pm > svn add t/manifest/ > > I then called: > > perl tools/dev/mk_manifest_and_skip.pl > > ... and the MANIFEST was updated correctly. > > Note: The files attached should also resolve the issues raised in RT > 42040, which noted that mk_manifest_and_skip.pl was continuing to write > to the MANIFEST those files scheduled for SVN deletion. > > kid51
This applies fine. Seems to work OK. I have some minor nits and and two new feature requests, but it applies and the tests pass. Should be fine to apply before the release, since it doesn't affect anything other than the MANIFEST. Verified this also resolves the 'svn del' issue, thanks.