Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Notification for file changes in a stream

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"

0 votes



3 answers

Permanent link
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"

0 votes


Permanent link
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?

0 votes


Permanent link
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?

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 11 '10, 10:27 p.m.

Question was seen: 9,259 times

Last updated: Feb 11 '10, 10:27 p.m.

Confirmation Cancel Confirm