feat: Add SVN commit support with GUI interface #6101
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements SVN (Subversion) commit support with a GUI interface similar to the existing Git commits functionality, as requested in #6100.
Changes
Testing
All tests pass successfully:
Fixes #6100
Important
This PR adds SVN commit support with a GUI interface, including new utility functions, message types, and context menu options, along with comprehensive tests.
svn.ts
:checkSvnInstalled
,searchSvnCommits
,getSvnCommitInfo
,getSvnWorkingState
.ChatTextArea.tsx
andwebviewMessageHandler.ts
.context-mentions.ts
.SvnCommit
type andsvnCommitSearchResults
message type toExtensionMessage.ts
andWebviewMessage.ts
.searchSvnCommits
message inwebviewMessageHandler.ts
.svn.test.ts
.mentionRegex
incontext-mentions.ts
to include SVN patterns.ChatTextArea.tsx
for SVN commit handling.This description was created by
for f891aef. You can customize this summary. It will automatically update as commits are pushed.