New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers/SVN_QuickReference (diff) – NEMO

Changes between Version 60 and Version 61 of Developers/SVN_QuickReference


Ignore:
Timestamp:
2021-04-12T12:23:53+02:00 (3 years ago)
Author:
techene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/SVN_QuickReference

    v60 v61  
    6464   svn cleanup [${WCPATH}]            ## Fix corrupted working copy 
    6565   }}} 
     66 
     67== Old working version with outdated externals 
     68 
     69   {{{ 
     70   ## Download a working copy 
     71   svn {checkout,co} ${URL}[@${REV}] 
     72 
     73   ## Change external source version 
     74   svn {propedit,pedit} --editor-cmd vi  svn:externals ${WCPATH} 
     75 
     76   ## Update 
     77   svn update -r ${REV} ${WCPATH} 
     78   }}} 
     79 
    6680}}} 
    6781{{{#!td