All Projects → zielu → SVNToolBox

zielu / SVNToolBox

Licence: Apache-2.0 license
Enhances IntelliJ IDEA SVN integration

Programming Languages

java
68154 projects - #9 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to SVNToolBox

Vcs
VCS Repo management through a common interface in Go
Stars: ✭ 171 (+800%)
Mutual labels:  svn
material2-snippets
Visual studio extension & Intellij plugin for Angular Material 2, Teradata Covalent 1, Angular Flex layout 1 & Material icon snippets
Stars: ✭ 14 (-26.32%)
Mutual labels:  intellij-plugin
phpcs-changed
🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.
Stars: ✭ 21 (+10.53%)
Mutual labels:  svn
Vcspull
🔄 synchronize projects via yaml/json manifest. built on libvcs
Stars: ✭ 187 (+884.21%)
Mutual labels:  svn
dbmaintain
DbMaintain enables automatic roll-out of updates to a relational database
Stars: ✭ 17 (-10.53%)
Mutual labels:  svn
yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
Stars: ✭ 30 (+57.89%)
Mutual labels:  intellij-plugin
Source Integration
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Stars: ✭ 167 (+778.95%)
Mutual labels:  svn
ReactNativeTools
IntelliJ plugin, to make it easier to execute react-native commands
Stars: ✭ 26 (+36.84%)
Mutual labels:  intellij-plugin
bootstrap4-snippets
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
Stars: ✭ 113 (+494.74%)
Mutual labels:  intellij-plugin
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (+52.63%)
Mutual labels:  intellij-plugin
idea-uroborosql-formatter
Beautiful SQL Formatter for IntelliJ Platform
Stars: ✭ 18 (-5.26%)
Mutual labels:  intellij-plugin
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+342.11%)
Mutual labels:  intellij-plugin
intellij-extra-icons-plugin
🧩 IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.
Stars: ✭ 146 (+668.42%)
Mutual labels:  intellij-plugin
Svn Scm
SVN support for VS Code
Stars: ✭ 172 (+805.26%)
Mutual labels:  svn
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+521.05%)
Mutual labels:  intellij-plugin
Phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained.
Stars: ✭ 12,225 (+64242.11%)
Mutual labels:  svn
go-orm-code-helper
🔥🔥🔥go-orm-code-helper is a goland plugin, it aims to make gorm code getting more simple
Stars: ✭ 22 (+15.79%)
Mutual labels:  intellij-plugin
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+173.68%)
Mutual labels:  intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+126.32%)
Mutual labels:  intellij-plugin
intellij-diff-plugin
Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Stars: ✭ 17 (-10.53%)
Mutual labels:  intellij-plugin

SVNToolBox

Enhances IntelliJ IDEA SVN integration

Development status

Plugin is deprecated - there will be no new releases or bug-fixes.

Jetbrains plugin repository

Plugin repository page

EAP builds

Add https://plugins.jetbrains.com/plugins/eap/7321 in Settings > Plugins > Browse repositories... > Manage repositories... to receive early access builds.

Architecture decisions record

Decisions are stored here.

Building & running

Using docker compose

Run docker-compose up inside dev-env directory. This will start local svn server on port 13690. Available user account can be examined in dev-env/passwd file.

Default repository URL is svn://localhost:13690/repos.

Next import sample repository into running server from dev-env/repo.

Development builds

If version set in gradle.properties ends with -dev then build datetime in UTC timezone will be appended, current Git hash and For example dev build on 2018-01-13 13:06:12 CET will produce version 173.1.2-dev.20180113.120612.dfea123453

Useful build commands

Release build

gradle clean buildPlugin

Full verification of build

gradle clean check

Quick verification of build

gradle clean test

Update gradlew version

gradle wrapper --gradle-version 6.4.1 --distribution-type ALL

Useful run commands

Run with previous sandbox contents

gradle runIde

Run with fresh sandbox

gradle clean runIde

Debugging

To debug the plugin execute Gradle run configuration with runIde task using IDE Debug action.

Logging

Plugin can log additional diagnostic information to help with issues investigation. All categories can be used in any combination.

Debug logging

Add following line to Help > Debug Log Settings...

#zielu.svntoolbox

Performance logging

Add following line to Help > Debug Log Settings...

#zielu.svntoolbox.perf:trace
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].