Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocorall/scm-notifier
A Windows application to monitor both Git and SVN repositories.
https://github.com/pocorall/scm-notifier
Last synced: 3 months ago
JSON representation
A Windows application to monitor both Git and SVN repositories.
- Host: GitHub
- URL: https://github.com/pocorall/scm-notifier
- Owner: pocorall
- Created: 2011-11-08T20:38:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T01:23:14.000Z (about 6 years ago)
- Last Synced: 2023-03-12T10:12:03.002Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 1.2 MB
- Stars: 49
- Watchers: 8
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This repository is no longer maintained
Please consider to visit some of the fork of this repo, including:
https://github.com/KohrAhr/scm-notifier----
SCM Notifier is a tool to monitor Git and SVN repositories.
This program is forked from SVN Notifier (http://svnnotifier.tigris.org/).
### [Download Latest Version](https://github.com/pocorall/scm-notifier/releases/download/15.08.09/SCM_Notifier.exe)
### Run requirements
* Subversion (optional)
* TortoiseSVN (optional)
* Git
* TortoiseGit
* Microsoft Windows 2000/XP/Vista/7/8/8.1/10
* Microsoft .NET Framework 4.5Git update will **not work** properly if you do not [configure private key for TortoiseGit](http://serverfault.com/questions/194567/how-to-i-tell-git-for-windows-where-to-find-my-private-rsa-key).
If you want to use Git only, let the configuration for path to Subversion and TortoiseSVN left blank.
### Build requirements
* Microsoft Visual Studio 2010 or above, C#### Configuration
To run SCM Notifier properly, you have to specify paths to executables of Subversion, TortoiseSVN, Git and TortoiseGit. It can be specified in Settings dialog shown below:![Bad configuration](https://raw.github.com/pocorall/scm-notifier/master/docs/settings.png)
If it is not set properly, notification worn't work (shown in red icon).
![Bad configuration](https://raw.github.com/pocorall/scm-notifier/master/docs/badConfig.png)
### License
This software is licensed under [GNU General Public License](http://www.gnu.org/licenses/licenses.html#GPL)