close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 8 and Version 9 of TolDevelopment


Ignore:
Timestamp:
Feb 26, 2009, 7:16:18 PM (16 years ago)
Author:
Jorge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified TolDevelopment

    v8 v9  
    6161
    6262this will merge in the working copy the changes in trunk since the revision 660 until the last revision.
     63
     64=== Reverting changes ===
     65
     66See [http://aralbalkan.com/1381]
     67
     68to see what changes will be applied, do a diff, for instance in located in tol_v_1_1_7/windows/build_tools
     69{{{
     70svn diff -r 672:638 README
     71}}}
     72
     73to do the actual merge:
     74{{{
     75svn merge -r 672:638 README
     76}}}