Leopold Toetsch wrote:
> t/src/manifest.t tests 3 and 4 used to compare MANIFEST file entries
> against CVS/Entries. The latter is now .svn/entries with an xmlish syntax.
> The job is now to replace t/src/manifest.t:scan_cvs so that it extracts
> C<name> items from .svn/entries and descends into C<kind="dir"> 
> subdirectories. And no - I don't think, we need a full-fledged XML 
> parser for this.

No XML parser?  Bummer, it would be sooo much simpler. ;-)

    C:\parrot\.svn>perl -MXML::Simple -MData::Dumper
        -e"print(join \"\n\", keys %{XMLin('entries')->{entry}})"

    encodings
    ops
    pf
    ast
    PBC_COMPAT
    MANIFEST
    ...
    VERSION
    build_tools
    README

Ron

Reply via email to