PySvn
PySvn copied to clipboard
Lightweight Subversion library for Python.
Note also that in order to more fully test, I made some other minor changes.
SVN could run info on files that have just been added. However, this use case raises an error with `pysvn` ```python Traceback (most recent call last): File "", line 1,...
Hi, I'm using svn 0.3.46 with python 3.7 and I get this issue when I want to use this command line in python : import svn.remote svn_dict = {'address': 'svn://sierreprodsvn.novelis.biz/ddi/05_rolling_force/01_code'}...
- added 3 svn functions in common.py: propdel, propget and propset - added revision parameter in properties function - added raw parameter for diff function - added new test case...
OS: Windows 10 64bit Python version: 3.5-32 PySvn version: 0.3.46 When attempting to list files in extended mode (`extended=True`) or recursively, an exception is thrown when the `commit_node.find('author') is None`....
Adds new commands svn lock and unlock. Also test case test_lock is added.
Would be greate if svn lock and unlock was supported.
This is a cleanup of #120 to work with the 1.0 refactor. Mostly that involved rewriting the test case. I was going to implement this myself, but saw there was...
Add new command and add test_blame test case. This is a cleanup of #131 to work with the 1.0 refactor.
Fix files in changelists don't appear in status(). Add changelist attribute to status() result. Since `svn status` includes files in changelists, it makes sense for status() to include them as...