IScmManager.CommitProject method
Namespace: NextDesign.Desktop
Description
Commits changes in the specified project to the configuration management repository.
If the specified project has no changes, nothing is done.
Also, nothing will be done if the specified project is not linked to the configuration management system.
argument
Name | Type | Description |
---|---|---|
project | IProject | Project |
comment | string | Comments |
keepLocks | bool | Keep Locks? For configuration management systems that do not support lock management, the keepLocks specification is ignored. |
If | silent | bool |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Configuration Management Repository Operation Failed | ExtensionScmException | If Configuration Management Repository Operation Failed |