Changes between Version 6 and Version 7 of doc/tec/developerrules/svnbranch
- Timestamp:
- Nov 12, 2018 12:28:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/developerrules/svnbranch
v6 v7 77 77 78 78 1. {{{cd $HOME/palm/branches/<feature_name>}}} 79 2. {{{svn update}}} (to obtain HEAD (over all latest) repository revision )79 2. {{{svn update}}} (to obtain HEAD (over[[Image()]]all latest) repository revision ) 80 80 3. {{{svn merge -r####:HEAD}}}\\ {{{https://palm.muk.uni-hannover.de/svn/palm/trunk}}}\\(####: branch revision at last merge with trunk) 81 81 4. During update/merge, svn will print an alert in case the same line of code has been modified by the different developers. \\As an example: … … 96 96 97 97 To resolve the conflict, we recommend to take file {{{average_3d_data.f90}}}, and manually work through the conflicted lines, \\ which look something like this: 98 98 [[Image(test.png)]]