AI Agent Hub
Back to plugins
🖥️

dsh-svn-plugin

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install JinRyu-online/dsh-svn-plugin

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install JinRyu-online/dsh-svn-plugin in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/JinRyu-online/dsh-svn-plugin

About this plugin

If your team still manages code with Subversion while also using DeepSeek Harness's Web GUI for assisted programming, the version-control side of the workflow has always felt a step behind the Git panel in terms of clarity and speed. dsh-svn-plugin closes that gap by injecting a standalone SVN tab into the dsh-better-sidebar, bringing the core IDE-level SVN operations directly into the DSH browser interface.

The plugin covers the full day-to-day SVN toolkit: a foldable local-changes tree with letter badges and directory grouping, a commit bar (Ctrl+Enter) that auto-runs svn add on unversioned files, colour-coded diffs against BASE or an arbitrary revision range, a Git-style log view where clicking a file expands an inline single-file diff, shelving and unshelving, conflict resolution, per-line blame annotations, branch and tag management via svn copy / switch / merge, remote repository browsing with checkout, and svn:ignore property editing. Beyond the UI, the plugin registers model tools such as svn_status, svn_log, svn_diff, svn_commit, and svn_shelve so that an AI agent can read and write the SVN working copy directly, enabling true human-machine collaboration on the same repository.

If you and your team are still committed to SVN but want to keep coding and version control in a single browser window alongside DSH, this plugin delivers the familiar Git-panel experience applied to your SVN working copies, converging both concerns into one seamless interface.

Use Cases

  • Teams still on SVN want commit, log, and diff operations inside the DSH browser
  • Reviewing SVN history, colour-coded diffs, and per-line blame in a Web interface
  • Letting an AI agent read and write the SVN working copy for collaborative version management

Best For

  • Small-to-mid teams that still rely on Subversion for code management
  • Developers coding in DSH who need an integrated version-control panel
  • Tech leads who want AI agents to participate in SVN commit workflows