Usage: ccollab [global-options] admin user file-subscription sub-command [sub-command-options]
file-subscription - Administer File Subscriptions
Sub-Command
|
Description
|
create
|
Create a Subscription to a file Pattern
|
edit
|
Edit a Subscription to a file pattern
|
delete
|
Delete a Subscription to a file pattern
|
File pattern subscriptions allow you to be automatically included in reviews where particular files are under review. Select an Ant-style expression as the pattern to match the file(s) of interest. Ant-style expressions can include "*" to match any substring within a given directory, or "**" to match any substring of any length, ignoring directory separators.
If possible, avoid beginning the pattern with wildcard characters as it can significantly decrease the performance of subscription processing.
|