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 44 and Version 45 of Developers/SVN_QuickReference


Ignore:
Timestamp:
2018-06-05T02:30:02+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/SVN_QuickReference

    v44 v45  
    4949}}} 
    5050 
     51=== Info / Status 
     52 
     53Display information about a local or remote item 
     54 
     55{{{#!sh 
     56svn info '{PATH...,URL...}[@PEGREV]' 
     57}}} 
     58 
     59Display the current state of the working copy wrt the one mirrored in the repository 
     60 
     61{{{#!sh 
     62svn status [-[qu]] '[PATH...]' 
     63}}} 
     64 
     65=== Revert local changes 
     66 
     67{{{#!sh 
     68svn revert [--depth {empty,files,immediates,infinity}] 'PATH...' 
     69}}} 
     70 
    5171== Manage versioned properties on items 
    5272 
     
    7191 
    7292=== `svn:externals` for defining external sources 
    73  
    74  
    75  
    76 == Revert local changes 
    77  
    78 {{{#!sh 
    79 svn revert [--depth {empty,files,immediates,infinity}] 'PATH...' 
    80 }}} 
    8193 
    8294