dsoprea / PySvn

Lightweight Subversion library for Python.
GNU General Public License v2.0
217 stars 145 forks source link

Getting status of all files #189

Open nunobrum opened 1 year ago

nunobrum commented 1 year ago

The current implementation of status returns only status of the unversioned files. The proposed modification includes the -v parameter that allows to recover information of other files and then parses the "changelist" elements on the returned XML.