IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of Software_Development


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software_Development

    v3 v4  
    99 * [wiki:AddingNewDetrendType Adding a new Detrend Type]
    1010 * [wiki:psVectorStats_ErrorHandling Error Handling by functions which call psVectorStats]
     11
     12Merging branches into trunk:
     13 * goto branch:
     14{{{ svn merge $svn/trunk }}}
     15 * goto local trunk copy:
     16{{{ svn merge --reintegrate $svn/branches/mybranch }}}
     17 * if you have the following message:
     18{{{
     19Error: Some revisions have been merged under it that have not been merged
     20Error: into the reintegration target; merge them first, then retry.
     21}}}
     22 you may need to clear out the mergeinfo properties:
     23 * goto branch:
     24{{{ svn -R propdel svn:mergeinfo . }}}
     25{{{ svn ci 'deleted mergeinfo from everywhere on branch' .}}}
     26  then return to trunk copy and do the reintegration again.
     27
     28