Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 20 and Version 21 of code/tools/SVN


Ignore:
Timestamp:
Sep 23, 2008, 11:53:12 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/SVN

    v20 v21  
    244244It is important to understand, that this command acts like a diff-patch combination. You could also type:
    245245{{{
    246 svn diff <remote-trunk> -rOLDREVISION:NEWREVISION > patch-file && cd <destination> && patch -p0 < <path-to-patch-file>
     246svn diff <remote-trunk> -rOLDREVISION:NEWREVISION > patch-file && cd <destination> && \
     247    patch -p0 < <path-to-patch-file>
    247248}}}
    248249{{{