Previous Topic: GetNext Topic: Changes in Late Binding


Late Binding

You can modify files without checking them out. This method is best suited for concurrent development. Users can work in parallel and modify their local copy, and commit their completed changes. This manner of working is named Late Binding and can help prevent build problems. The Online mode with the branch placement option is almost equivalent to the Late Binding mode, where any developer is allowed to modify the files by creating their own branch. But the branch placement requires a check-out and does not provide a lock on the file whereas Late Binding does not require a check-out.

Late Binding can help you avoid the following check-out problems:

Note: These problems occur in Online mode with the trunk placement option.