dsoprea / PySvn

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

Adding 3 more functions to svn: propdel(), propget() and propset() and some smaller changes #166

Open BrunoBuett opened 3 years ago

BrunoBuett commented 3 years ago

-fixed unittest problems on Windows where path strings did not match due to different possible representations by adding a normpath2 function that unifies the paths on Windows

Please review the changes and if you are OK with it take it over. Thanks.