We've just released the latest incarnation of our Gemini/Subversion Commenter Utility.
I can't claim to have really provided al that uch input into it... credit for that goes to Nick head and Steven Higgan who are a coule f guys who work with me....
*** SVN Gemini Commenter v1.1 ***
Release Notes:
- All configuration now located in app.config
- Robust regex-based issue ID parsing
- Support for multiple issue ID's per commit
- Optional debugging
- Error handling
- Fixed bug with spaces in repository path
Usage:
SVNGeminiCommenter.exe repo_path rev# debug
e.g.
SVNGeminiCommenter.exe "C:/SVN/sourcerepository" 9999 debug
Instructions:
1) Add post-commit.bat to your SVN repository hooks directory
2) Edit post-commit.bat to reflect your repository path
NB: post-commit.bat currently echoes the arguments to args.txt. This can be disabled.
3) Commit file and reference issue ID in comment. The following are tested commit strings:
#1568 \r\nFixed issue
#1568, #999, #1000\r\nFixed issue
#1568, #999, #1000 Fixed issue
#1568,#999,#1000 \r\nFixed issue
#1568,1736 \r\nFixed issue
4) For instructions to integrate with TortoiseSVN see here: