You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Emmanuel Blot <ma...@gmail.com> on 2006/02/15 16:36:29 UTC

Python bindings: fs_paths_changed

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