Skip to content
This repository has been archived by the owner on Sep 16, 2018. It is now read-only.
/ idea-vcswatch Public archive

VCS watch is a plugin that periodically checks for any changes in the current project's repositories.

License

Notifications You must be signed in to change notification settings

hsz/idea-vcswatch

Repository files navigation

VCS watch Build Status Donate

Introduction

VCS watch is a plugin that periodically checks for any changes in the current project's repositories.

Compiled with Java 1.6

Features

  • Support GIT repositories
  • Support SVN repositories
  • Support Mercurial repositories

Feature requests

  • Exclude project repositories from watching
  • Specify watch interval

Installation

  • 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.

Changelog

v0.1 (2015-05-19)

  • Support GIT repositories
  • Support SVN repositories
  • Support Mercurial repositories

Full Changelog History

Contribution

Check CONTRIBUTING.md file.

Compiling the source code

  • 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 Resources
      • src as Sources
      • tests as Test Sources
      • .idea as Excluded
      • out as Excluded
  • 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

Developed By

@hsz Jakub Chrzanowski

Contributors

  • none

License

Copyright (c) 2015 hsz Jakub Chrzanowski. See the LICENSE file for license rights and limitations (MIT).

About

VCS watch is a plugin that periodically checks for any changes in the current project's repositories.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages