Description
The ccollab addurls
command attaches arbitrary URLs to a review on the Collaborator server.
Command Line Syntax
ccollab [global-options] addurls [--upload-comment <value>] <review> <urls> [<urls> ...]
Command Options
Option |
Required? |
Description |
---|---|---|
No |
Comment used to attach URLs (default is "Attached URLs") |
|
Yes |
Identifier of the desired review (an integer number), or a
|
|
Yes |
URLs to attach |
Remarks
- The contents of the URLs are not attached to the review and remain on the origin server.
- URLs are not reviewed with differences, so adding the same URL more than once will have no practical effect.
Examples
To review the contents of a wiki page in a brand new review:
ccollab addurls new http://wiki/Topic_Page
To review the contents of a wiki page in review #62:
ccollab addurls 62 http://wiki/Topic_Page