Return to the [wiki:WikiStart Main Page] * [wiki:Development_Notes Development Notes] -- needs to be updated * [wiki:Creating_an_IPP_Release Creating an IPP Release] * [wiki:Dot_Emacs_File Dot Emacs File] * [wiki:Mirroring Notes on setting up a mirroring process for getting dvo data to institutions] * [wiki:Debugging Debugging]: Some help on debugging problems * [wiki:Code_Profiling Code Profiling]: How to profile the code * [wiki:AddingNewDetrendType Adding a new Detrend Type] * [wiki:psVectorStats_ErrorHandling Error Handling by functions which call psVectorStats] * [wiki:NightlyScienceCode Details on running nightly science.] Merging branches into trunk: * goto branch: {{{ svn merge $svn/trunk }}} * goto local trunk copy: {{{ svn merge --reintegrate $svn/branches/mybranch }}} * if you have the following message: {{{ Error: Some revisions have been merged under it that have not been merged Error: into the reintegration target; merge them first, then retry. }}} you may need to clear out the mergeinfo properties * goto branch: {{{ svn -R propdel svn:mergeinfo . svn ci -m 'deleted all mergeinfo from branch' . }}} 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.