jenkinsci / jenkinsci/subversion-plugin

[JENKINS-46157] Capability to perfrom any SVN command and not just checkout

Open
#1,437 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

Hi,

While Jenkins Subversion plugin allows you to do checkout and for that to utilize configured credentials - it would be highly desirable to allow other commands like "svn ls" to be performed via this plugin in similar way and be capable to pipe result to specified other command, for example "grep".

So we could have not just CheckoutUpdater.java code, which calls/uses then SVNKit's SvnCheckout , but also something like CommandInvoker.java.

---
Originally reported by andrejusc, imported from: Capability to perfrom any SVN command and not just checkout


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

Hi,

While Jenkins Subversion plugin allows you to do checkout and for that to utilize configured credentials - it would be highly desirable to allow other commands like "svn ls" to be performed via this plugin in similar way and be capable to pipe result to specified other command, for example "grep".

So we could have not just CheckoutUpdater.java code, which calls/uses then SVNKit's SvnCheckout , but also something like CommandInvoker.java.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.