VCS watch is a plugin that periodically checks for any changes in the current project's repositories.
Compiled with Java 1.6
- Support GIT repositories
- Support SVN repositories
- Support Mercurial repositories
- Exclude project repositories from watching
- Specify watch interval
- Using IDE built-in plugin system:
- Preferences > Plugins > Browse repositories... > Search for "VCS watch" > Install Plugin
- Manually:
- Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...
Restart IDE.
v0.1 (2015-05-19)
- Support GIT repositories
- Support SVN repositories
- Support Mercurial repositories
Check CONTRIBUTING.md
file.
- Clone
idea-vcswatch
project from https://github.com/hsz/idea-vcswatch.git - Configure IntelliJ IDEA Plugin SDK
- Enable required plugins:
- Plugin DevKit (bundled)
- Create New Project as a IntelliJ Platform Plugin and set Project location to the idea-vcswatch sources
- In Project settings > Modules section mark:
resources
as Resourcessrc
as Sourcestests
as Test Sources.idea
as Excludedout
as Excluded
- In Project settings > Modules section mark:
- Add new Run/Debug configuration
- + Add new configuration > Plugin
- Add
-Didea.is.internal=true
to VM Options - Remove
-XX:MaxPermSize=250m
from VM Options
- Set Java Compiler to 1.6
- Go to Settings > Compiler > Java Compiler and set Project bytecode version to 1.6
Contributors
- none
Copyright (c) 2015 hsz Jakub Chrzanowski. See the LICENSE file for license rights and limitations (MIT).