ccollab commit (for Subversion)

Applies to Collaborator 14.5, last modified on April 09, 2024

Description

The ccollab commit command submits the changes from a pre-commit review to source control. Be sure to include a relevant comment.

Command Line Syntax

ccollab [global-options] commit [--comment <value>] [--dismiss-only] [--force] <review>

Command Options

Option

Required?

Description

--comment <value>

No

Comment for reviewed changes

--dismiss-only

No

Just dismiss the Action Item

--force

No

Ignore potential problems

<review>

Yes

Identifier of the desired review (an integer number), or an ask, or last keyword. Where keywords define the following behaviour:

  • ask - the command will pause execution and prompt for the identifier of the desired review,
  • last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere).

Example

ccollab commit 25 --comment "my code" --force

See Also

Subversion Integration
ccollab commit
ccollab addchanges (for Subversion)
ccollab addchangelist (for Subversion)
ccollab addsvndiffs

Highlight search results