PySvn icon indicating copy to clipboard operation
PySvn copied to clipboard

Lightweight Subversion library for Python.

Results 82 PySvn issues
Sort by recently updated
recently updated
newest added

Hello gentlemen, when I use this code: ``` import svn.remote r = svn.remote.RemoteClient() r.checkout('/tmp/working') ``` Then it fails with this exception: ``` pydev debugger: starting (pid: 7264) pydev debugger: warning:...

1) Checkout a fresh copy of a remote svn path. 2) Delete .svn folder in local folder. 3) Checkout within this folder again, creates a tree conflict. Using --force at...

Like what you have done but a couple of key things seem missing svn copy to allow creation of branches or tags svn switch to switch a working copy to...

Ask for properties on an element taht does ot have properties defined raise an AttributeError NoneType as no attribute findall svn\common.py", line 197, in properties for p in target_elem.findall('property')] AttributeError:...

http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.blame.html Can I make a pr?

Per subject, please add support for creating a folder directly in the repository via svn mkdir.

**'ascii' codec can't decode byte 0xe5 in position 339: ordinal not in range(128)** I find the error happened because of "return stdout.decode().strip('\n').split('\n')" in the common_base.py of line 39. I wonder...

Per [SVN Book: Peg and Operative Revisions](http://svnbook.red-bean.com/en/1.5/svn.advanced.pegrevs.html), > The perceptive reader is probably wondering at this point whether the peg revision syntax causes problems for working copy paths or URLs...

Any interest in svn import functionality? I'm going to try and implement this if it hasn't been implemented somewhere already.

hi, svn credentials are logged in debug mode. I propose to pass data to the log method via extra={'...'} so that a custom log formatter can hide away the password....