Changes between Version 9 and Version 10 of Be a CIVL developer


Ignore:
Timestamp:
01/09/17 16:00:33 (9 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Be a CIVL developer

    v9 v10  
    1313
    1414
    15    1. We recommend to use Eclipse IDE to write CIVL code, remember to set your Java code formatter as "built-in 2.1" in your Eclipse.
     15 We recommend using the Eclipse IDE to write CIVL code.  Remember to set your Java code formatter as "built-in 2.1" in your Eclipse.
    1616
    17 == Using SVN ==
     17== Using Subversion ==
    1818
    19 * CIVL uses SVN to manage source code. CIVL SVN repository is structured as: trunk, branches and tags.
    20 * To create a new branch from the trunk@rev to branches, "svn copy  URL_trunk@rev  target".
    21 * To keep being updated with the latest trunk, "svn merge URL_trunk  target".
    22 * To merge your branch back to the trunk, "svn merge source  URL_trunk".
     19(Ziqing, please clarify and fill in details below...)
     20
     21* CIVL uses Subversion to manage source code. The CIVL Subversion repository is structured in the typical way: their are directories named `trunk`, `branches` and `tags`.
     22* To create a new branch from the trunk@rev to branches, `svn copy  URL_trunk@rev  target`.
     23* To keep being updated with the latest trunk, `svn merge URL_trunk  target`.
     24* To merge your branch back to the trunk, `svn merge source  URL_trunk`.