# New Ticket Created by Ron Blaschke
# Please include the string: [perl #40347]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40347 >
This is because Parrot::Revision scans .svn/entries directly, but the
Subversion folks changed the working copy format in 1.4.
(The revision seems required for submitting smoke results.)
Determining Parrot's revision...
Setting Configuration Data:
(
revision => '0',
SVN_ENTRIES => '.svn/entries',
);
.........................................done.
>svn --version
svn, version 1.4.0 (r21228)
compiled Sep 8 2006, 18:45:08
>svn info
Path: .
URL: http://svn.perl.org/parrot/trunk
Repository Root: http://svn.perl.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 14634
Node Kind: directory
Schedule: normal
Last Changed Author: tewk
Last Changed Rev: 14634
Last Changed Date: 2006-09-17 04:22:01 +0200 (Sun, 17 Sep 2006)
>cat .svn/format
8
Ron