Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_REPOSITORY


Ignore:
Timestamp:
09/23/08 16:53:36 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_REPOSITORY

    v4 v5  
    1212 
    1313Example: 
     14 
    1415{{{ 
    1516svn merge -r BASE:15  
    1617}}} 
    17  svn will revert the working copy of the path or file to revision 15. The changes will only take place on the working copy and will not be committed to the repository until you tell it to do so. 
    1818 
     19 svn will revert the working copy of the project to revision 15. The changes will only take place on the working copy and will not be committed to the repository until you tell it to do so: 
     20 
     21{{{ 
     22svn commit -m 'Reverting repository to r15.' 
     23}}}