
SCM Patterns: Building on ‘Task-Level Commit’
Address
Austin Hastings Austin_Hastings@yahoo.com
by Austin Hastings - June 2004
The Task-Level Commit (TLC) pattern is used to bring the concept of a “change set” to the check-in process. Essentially, TLC is used to group a set of related changes to separate objects into a single task level operation. This provides a much more intuitive delivery model for code changes, and reduces various kinds of configuration and dependency errors. If your tool does not provide support for change sets, or something like them, you can still implement the TLC pattern using scripts.
The Task-Level Commit (TLC) pattern is used to bring the concept of a “change set” to the check-in process. Essentially, TLC is used to group a set of related changes to separate objects into a single task level operation. This provides a much more intuitive delivery model for code changes, and reduces various kinds of configuration and dependency errors. If your tool does not provide support for change sets, or something like them, you can still implement the TLC pattern using scripts.
Reviews (0)
Be the first to review this listing!
