IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of Software_Development


Ignore:
Timestamp:
Oct 2, 2009, 1:30:34 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software_Development

    v5 v6  
    1111
    1212Merging 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 }}}
    1715 * if you have the following message:
    1816{{{
     
    2321
    2422 * 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.