Skip to main content

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

NameTypeDescription
projectIProjectProject
commentstringComments
keepLocksboolKeep Locks?

For configuration management systems that do not support lock management, the keepLocks specification is ignored.
Ifsilentbool

Return value

  • void

Exceptions

NameException ClassDescription
Configuration Management Repository Operation FailedExtensionScmExceptionIf Configuration Management Repository Operation Failed