ccollab addurls

Top  Previous  Next

Usage: ccollab [global-options] addurls [--upload-comment <value>] <review> <urls> [<urls> ...]

 

addurls - Attaches urls to a review

 

Command Options

Option

Required?

Description

--upload-comment <value>

N

Comment used to attach URLs (default is "Attached URLs")

<review>

Y

Must be either an integer review-id, 'new', 'ask', or 'last'

<urls> [<urls> ...]

Y

URLs to attach

 

Adds URLs to a review in the Code Collaborator server. The content 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.

 

For example, 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