[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python bindings: fs_paths_changed

From: Emmanuel Blot <manu.blot_at_gmail.com>
Date: 2006-02-15 17:36:29 CET

Hi,

I'm using the following Python code to retrieve the changed items from
a transaction:

root = fs.svn_fs_txn_root(txn, pool)
chgpaths = fs.svn_fs_paths_changed(root, self.pool)

It used to return a dictionnary (chgpaths in the above example), but
now fvn_fs_paths_changed only returns a list (with no information
about the changes about to be made, only a list of path).

Am I using the wrong method ?

SVN version: 1.2.3 (Linux, Debian)

Thanks in advance,
Manu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 15 17:46:00 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.