svnlook propget and tree in SWIG (Perl)
From: Prystash,John <prystasj_at_oclc.org>
Date: 2007-08-30 14:35:09 CEST
Hi All, I was wondering if anyone knew what might be a equivalent for
My goal is to check the value of svn:externals recursively if a changed
I am able to get the list of changed paths for the transaction
my $changed_paths_ref = $txn_root->paths_changed();
And the properties for that path in particular:
# get the property data
And I would do something along the lines of these svnlook commands:
To get the paths underneath $changed_path, and the property values
svnlook tree $changed_path -t $txn_name
Of course without resorting to calling out with line commands.
Thanks!
__________________
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.