Re: GUI interface to Subversion via web browser?
Kris Deugau <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Organization | Vianet Internet Solutions |
| Message-ID | <[email protected]> |
Johan Corveleyn wrote: > What lots of people these days are looking for (myself included) is a > modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo > project [4] with its cloud-hosted platform Codeberg [5], but then for > Subversion. > > I'd like a modern web interface (hostable on-premise or in the cloud) > that includes: > - Version control repositories (and management thereof) > - Online viewing, searching, diffing, ... (like ViewVC) > - Online editing, committing directly from the web interface > - Ability to manage patches aka pull requests > - Mailing lists and Forums > - Notification system (with ability to individually configure "watch" patterns) > - Issue tracker > - Code reviews > - Wiki > - General (plugable) "Actions" framework > - CI system with buildagents / bots > - Artifact repository > - Enterprise level user management > - ... > - Also accessible from mobile devices of course > > Oh, and if possible it should flexibly integrate with external systems > that may already be present in your environment, like if you have a > JIRA issue tracker or wiki or ... you would want to integrate that one > instead of the "default / reference" implementation. Trac? https://trac.edgewall.org I don't think it ticks all of your boxes, but it hits most of them. -kgd