Changes between Version 1 and Version 2 of Be a CIVL developer
- Timestamp:
- 12/07/16 15:50:49 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Be a CIVL developer
v1 v2 1 1 2 == Using SVN==2 == Policy == 3 3 * CIVL team requires any contributor to conform following rules when contributing to CIVL: 4 4 1. Create a new branch for new features you want to add into CIVL. … … 7 7 1. A branch cannot be merged into the trunk without the permission of the main developers of CIVL 8 8 9 == Using SVN == 10 * CIVL uses SVN to manage source code. CIVL SVN repository is structured as: trunk, branches and tags. 11 * To create a new branch from the trunk@rev to branches, "svn copy URL_trunk@rev target". 12 * To keep being updated with the latest trunk, "svn merge URL_trunk target". 13 * To merge your branch back to the trunk, "svn merge source URL_trunk". 14 9 15 == Coding Standard == 10 16
