Changes between Version 12 and Version 13 of Be a CIVL developer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Be a CIVL developer

    v12 v13  
    2424(Ziqing, please clarify and fill in details below...)
    2525
    26 * 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`.
     26* CIVL uses Subversion to manage source code. The CIVL Subversion repository is structured in the typical way.  In particular, the repository contains directories named `trunk`, `branches` and `tags`.
    2727* To create a new branch from the trunk@rev to branches, `svn copy  URL_trunk@rev  target`.
    2828* To keep being updated with the latest trunk, `svn merge URL_trunk  target`.