PySvn
PySvn copied to clipboard
Issue with request like ^/tags
I notice that this command doesn't work :
repo.list(False, '^/tags')
This issue is due to the concatenation of the self.__url_or_path
with the input path rel_filepath
Why do you think about change directory in the working directory before executing the command ?
I made a PR to solve this issue : https://github.com/dsoprea/PySvn/pull/85