Custom action after commit detection
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
Originally created by: alex...@gmail.com
Originally owned by: tortoisesvn
Would be nice if you could add a feature "custom action".
If a commit is detected not only call a custom "program" or "batch script"
and suply them with some basic infos about the commit.
This feature should be available for each monitored repository seperately.
Thanks,
Alex
PS: Thanks for the nice tool, helps me a lot monitoring my projects.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
change issue type to "Enhancement"
Labels: -Type-Defect Type-Enhancement
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rene.leonhardt@gmail.com
This would allow updating a local working copy with the same repository URL.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cubegames
I'd definitely love this.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cubegames
Also, add a way to get the path to the latest diff file so we can call ftp.exe :-)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: abt...@gmail.com
It's nice gadget for SVN. If possible run batch file after commit. I can use for my
PHP Source Code Repository Insighter. Thanks for your work.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Ellie1...@gmail.com
This would be a great feature, perhaps integrate into TortoiseSVN for a Auto-Update..
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: A...@Tigersolv.com
Ideally, for a new commit I would like a 'Diff With' option. In our working
environment, when changes to the source (bug fix or enhancement) are completed and
unit tested in a working branch, They are branched again into a 'Peer Review' branch
for (guess what?) Peer Review, and if ok, merged back into the trunk. Before
CommitMonitor, the code reviewers had to keep checking the repo to see if any of the
developers had branched new code there, then diff with trunk to check the changes.
CommitMonitor has vastly simplified this -- except for the diff.
Thanks .. Alan
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
(No comment was entered for this change.)
Owner: tortoisesvn
Status: Started
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
Implemented in [r348].
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: joechang...@gmail.com
Good feature, how to get the log message and the auther from the command parameter, I
only can get the %revision and %project.