tc360 Code
Brought to you by:
davidtc360
File | Date | Author | Commit |
---|---|---|---|
branches | 2008-05-03 | davidtc360 | [r9] |
tags | 2008-05-03 | davidtc360 | [r9] |
trunk | 2008-05-04 | davidtc360 | [r14] |
Readme.txt | 2008-05-03 | davidtc360 | [r8] |
How to use SVN for tc360 Trunk contains main line of development in which everyone check in / check out his work and share his changes Tag is used to assign a name to a group of file at a particular point in time. Team can use this tag name to check out these file at that particular point in time. Tag is not a mean for making changes. Tag is used as a copy of project files at a particular point in time. Tag is used with branch for managing release. Tag is used for marking begin and end bug fixing for a branch. Brannch is another version of TRunk in which changes make to Branch can be merged back to Trunk. Branch is used for making a release version for some customers and team may use this branch to fix bugs for these customers. The changes may be merged back to Trunk Tc360 - Branch is used for release and for new developers or new idea experiments. Release branch will be inside Branches folder HEAD is the latest revision of a file. This is a new line