Changes between Version 1 and Version 2 of Be a CIVL developer


Ignore:
Timestamp:
12/07/16 15:50:49 (9 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Be a CIVL developer

    v1 v2  
    11
    2 == Using SVN ==
     2== Policy ==
    33* CIVL team requires any contributor to conform following rules when contributing to CIVL:
    44  1. Create a new branch for new features you want to add into CIVL.
     
    77  1. A branch cannot be merged into the trunk without the permission of the main developers of CIVL
    88
     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
    915== Coding Standard ==
    1016