Skip to content

SVN tag with space not supported unless percent-encoded#817

Merged
spoorcc merged 2 commits intomainfrom
spoorcc/issue811
Oct 10, 2025
Merged

SVN tag with space not supported unless percent-encoded#817
spoorcc merged 2 commits intomainfrom
spoorcc/issue811

Conversation

@spoorcc
Copy link
Copy Markdown
Contributor

@spoorcc spoorcc commented Oct 10, 2025

Fixes #811

Description by Korbit AI

What change is being made?

Encode SVN branch/tag paths to handle spaces and special characters, add tests for SVN tags with spaces, and switch SVN subprocess calls to check_call for reliability.

Why are these changes being made?

To support SVN tags that contain spaces or special characters by percent-encoding the path, and to improve test coverage and subprocess robustness.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

Copy link
Copy Markdown

@korbit-ai korbit-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues... but I did find this owl.

 ,_,
(.,.)
(   )
-"-"---
Files scanned
File Path Reviewed
features/steps/svn_steps.py
dfetch/project/svn.py

Explore our documentation to understand the languages and file types we support and the files we ignore.

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

@spoorcc spoorcc merged commit 0e1cd05 into main Oct 10, 2025
32 checks passed
@spoorcc spoorcc deleted the spoorcc/issue811 branch October 10, 2025 21:09
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.

SVN tag with space not supported unless percent-encoded

1 participant