It's all about the answers!

Ask a question

Notification for file changes in a stream


Benjamin Chodroff (8985231) | asked Feb 11 '10, 10:27 p.m.
I was wondering if there are any ways of receiving notification (RSS/email) on a file changing in a stream? I would like to "subscribe" to a file/folder and get a notification if any changes occur. Or, even more ideal, specify a search strings as well such as "*.properties"

3 answers



permanent link
Ralph Schoon (63.3k33646) | answered Feb 12 '10, 2:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Benjamin,

you can subscribe to team events. Those include all deliveries of changes to Streams owned by that team. If you don't filter those out, you should see al those events.

Ralph

I was wondering if there are any ways of receiving notification (RSS/email) on a file changing in a stream? I would like to "subscribe" to a file/folder and get a notification if any changes occur. Or, even more ideal, specify a search strings as well such as "*.properties"

permanent link
Benjamin Chodroff (8985231) | answered Feb 12 '10, 5:15 p.m.
Clearcase can do it using triggers:
Example:
cl mktrtype -nc -element -postop checkout -exec
/gl/vobs/netman/src/zapp/source/glenayre.sh glenTrigger

cl mktrigger -nattach glenTrigger dialog.cpp

The examples shown will kick off a script which emails me when dialog.cpp is checked-out

Are clearcase like triggers going to be supported in the future?

permanent link
Geoffrey Clemm (30.1k33035) | answered Feb 13 '10, 12:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The equivalent of ClearCase triggers are provided by RTC process via
events and pre/post conditions on operations. For the list of
operations and events that you can configure, open up the process area
or team area in the editor, and look at the Process Configuration tab.
Under Project Configuration and Team Configuration, you'll find
Operation Behavior (for operation pre/post conditions) and Event
Handling (for event actions).

Cheers,
Geoff

benjamin.chodroff wrote:
Clearcase can do it using triggers:
Example:
cl mktrtype -nc -element -postop checkout -exec
/gl/vobs/netman/src/zapp/source/glenayre.sh glenTrigger

cl mktrigger -nattach glenTrigger dialog.cpp

The examples shown will kick off a script which emails me when
dialog.cpp is checked-out

Are clearcase like triggers going to be supported in the future?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.