# DevSupportApp **Repository Path**: mirrors_krasa/DevSupportApp ## Basic Information - **Project Name**: DevSupportApp - **Description**: Wicket application for automatic merging, building (parametrized remote ssh scripts execution) , replacing tokens in branches, IntelliJ plugins repo... - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Web application with following features: - finding not merged revision in SVN, diff, one click merge or merge of merginfo only - tokenization across svn projects - replacing text(versions and stuff) - finding not tagged commits - custom build tool (connects via ssh and sends commands) - IntelliJ enterprise plugin repository This application contains logic and features which are specific to my work environment, it won't probably work right out of box for anyone, although I tried to introduce configurable strategies on some places. Take it more like inspiration, than something you could use as end-product. It was written in my limited free time to do what was needed to automate things and nothing more, so the code is most likely shit. Technologies: - Wicket, websockets - Spring, Hibernate, SvnKit, HSQLDB - Spring Boot, Jetty ![Finding merges](https://raw.github.com/krasa/SVNMergeInfo/master/screenshot.png) ![Building](https://raw.github.com/krasa/SVNMergeInfo/master/screenshotBuild.png)