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.
- Timestamp:
-
Feb 26, 2009, 7:16:18 PM (16 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
61 | 61 | |
62 | 62 | this will merge in the working copy the changes in trunk since the revision 660 until the last revision. |
| 63 | |
| 64 | === Reverting changes === |
| 65 | |
| 66 | See [http://aralbalkan.com/1381] |
| 67 | |
| 68 | to see what changes will be applied, do a diff, for instance in located in tol_v_1_1_7/windows/build_tools |
| 69 | {{{ |
| 70 | svn diff -r 672:638 README |
| 71 | }}} |
| 72 | |
| 73 | to do the actual merge: |
| 74 | {{{ |
| 75 | svn merge -r 672:638 README |
| 76 | }}} |