Changes between Version 5 and Version 6 of Software_Development
- Timestamp:
- Oct 2, 2009, 1:30:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software_Development
v5 v6 11 11 12 12 Merging branches into trunk: 13 * goto branch: 14 {{{ svn merge $svn/trunk }}} 15 * goto local trunk copy: 16 {{{ svn merge --reintegrate $svn/branches/mybranch }}} 13 * goto branch: {{{ svn merge $svn/trunk }}} 14 * goto local trunk copy: {{{ svn merge --reintegrate $svn/branches/mybranch }}} 17 15 * if you have the following message: 18 16 {{{ … … 23 21 24 22 * goto branch: 25 {{{ svn -R propdel svn:mergeinfo . }}}26 {{{ svn ci 'deleted mergeinfo from everywhere on branch' .}}} 27 then return to trunk copy and do the reintegration again.28 29 23 {{{ 24 svn -R propdel svn:mergeinfo . 25 svn ci 'deleted mergeinfo from everywhere on branch' . 26 }}} 27 then return to trunk copy and do the reintegration again. See [http://groups.google.com/group/tortoisesvn/browse_thread/thread/ed9b79704d279b66?pli=1 this thread] for a discussion.
