Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Path Joins for Windows #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

CivBase
Copy link

@CivBase CivBase commented Sep 17, 2021

Fix for Issue #90: list_recursive does not support browsing svn with windows client

Created a dedicated method for handling path joins. Default behavior is to use os.path.join for native OS paths. RemoteClient overwrites the functionality to always uses forward slashes. All logic for joining paths has been replaced with calls to the new _pathjoin method.

A similar PR (#144) has been open for almost two years. It hasn't been accepted and I don't like how it completely redefines list_recursive for RemoteClient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant