Guillaume Smaha
Guillaume Smaha
@kmkurn You should check the package description: `coveralls-python (0.0.1) - This is a package used to demonstrate a vulnerability`
For example, I want to hide sensitive data contained in sql source file stored in a common git repository. So, with this feature I can encrypt the sql source file...
Hi Axel, I closed the PR since I didn't work on it anymore. But if you want to keep the PR open, this is fine for me. Sorry, I should...
I am fixing some issues. Wait before review
Ok, I edit the test to add the main directories (trunk, tags and branches) in local repository and I add a test to list the tags directory with `repo.list(False, '^/tags')`...
I forgot that svn 1.6 have a `.svn` directory in each directory.
I squash the commits
@tusharmakkar08 Any news to merge this PR ?
@tusharmakkar08 I replace ` finally` by `except` and use `raise` to re-throw the exception. https://github.com/dsoprea/PySvn/pull/85/commits/90a261f6970cc9f327bd6ee3e3876a2d6c17347b#diff-557e034a141260ba6a3cd24b65e0f8cdR67 And I add a test to test this exception : https://github.com/dsoprea/PySvn/pull/85/commits/90a261f6970cc9f327bd6ee3e3876a2d6c17347b#diff-1d23cefe300b7c6f8845d87f328366adR185
@tusharmakkar08 I didn't know that `finally` also calls `raise`. I update to keep ` finally`