Monitor folder for check-ins?
![]()
Hi,
Is it possible to monitor any folder, for example, "\documents\" for check-ins?
Something on lines of Perforce, which can be configured to send e-mail notifications if any check-ins are made to the monitored folder?
I have searched a lot and could only find this, but could not understand how to configure it:
RTC -> Windows -> Preference -> General -> Notifications.
|
2 answers
![]()
Dr. Hans-Joachim Pross (1.1k●43●58)
| answered Jan 30 '13, 8:27 a.m.
JAZZ DEVELOPER edited Jan 30 '13, 8:32 a.m.
Did you have a look at the pending changes view?
![]()
This view displays all differences between two streams/workspaces. In this picture, the readme.,txt file would be the one, which was checked in and/or delivered.
But (at least out of the box) this does not send e-mails.
|
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 10 '13, 1:55 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Currently, there is no way to process-enable the checkin operation (so you cannot create a follow-up action on checkin to send you email). This is requested in work item allow process advisors on checkin (103914) . Please feel free to add a comment on that work item to indicate your interest/support.
Comments Thanks Geoffrey, I will definitely add a comment on the suggested work item to show my support/interest. |
Comments
I'm not quite sure what you want to do. Is this a check-in that you have performed or happens on your repository workspace? Is it some other user that does the check-in and you want to be notified? A check-in can be a pretty common occurrence so there wasn't anything implemented to support this kind of requirement.
For deliveries, there are events for delivery to a stream. Or, you could write an operation participant that sends an email. For something out of the box, I think you'll have to open an enhancement.
@Tim Mok - Is it some other user that does the check-in and you want to be notified?