PySvn icon indicating copy to clipboard operation
PySvn copied to clipboard

Issue with request like ^/tags

Open GuillaumeSmaha opened this issue 8 years ago • 1 comments

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 ?

GuillaumeSmaha avatar Feb 28 '17 19:02 GuillaumeSmaha

I made a PR to solve this issue : https://github.com/dsoprea/PySvn/pull/85

GuillaumeSmaha avatar Feb 28 '17 20:02 GuillaumeSmaha