You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christoph Mueller edited this page Jul 4, 2018
·
1 revision
Create a new branch in SVN
The LPJmL code is made of a trunk version (the standard one) and of
branches, where new features are being developed and tested.
So, if you want to work on the code, the procedure is to create a new
branch either from the trunk or from other branches.
The command for that is:
svn copy http://subversion/svn/LPJ/branches/name_of_the_source_branch 2 http://subversion/svn/LPJ/branches/name_of_the_new_branch -m "creating my new branch"
Then you should check-out the branch on your home directory: