Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

mscharrer's scratchpad

by mscharrer (Hermit)
on Apr 15, 2008 at 10:45 UTC ( [id://680472]=scratchpad: print w/replies, xml ) Need Help??

Copy svn properties:
( cd $DIR && svn pl -v --xml . -R ) | perl -MXML::Simple -MData::Dumpe +r -e ' $r = XMLin( join( "", <> ), ForceArray => 1, ContentKey => '-content' +); $r = { map { $_->{path} => $_->{property} } @{ $r->{target} } }; while ( my ( $path, $props ) = each %$r ) { while ( my ( $prop, $value ) = each %$props ) { print "svn ps '$pro' '$value' '$path'\n"; } } '
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (9)
As of 2024-04-19 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found