Modify ↓
Ticket #783 (closed enhancement: fixed)
Extend the VCS plugins to support commits
Reported by: | strauss | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.2.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
Our VCS plugins should support commits so that BCFG2 can run a commit when it changes a file.
Required parameters:
- Commit message
- Files to add and commit
This should allow BCFG2 to surgically commit files it changes without committing extra files as a side-effect. It's also possible to support this API on svn, bzr, and git.
Attachments
Change History
comment:2 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.0.1 Release to Bcfg2 1.1.0 Release
comment:3 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.2.0 Release
comment:4 Changed 12 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
Tim added generic support for this (and a specific implementation in the Svn2 plugin) in adbc58cc37668667e626ff7985fa401dc67edf91.
Note: See
TracTickets for help on using
tickets.