Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
noresm:svntutorial [2013-12-13 07:27:35] alfg [PART 6: Go back to merge operation and use merge tool] |
noresm:svntutorial [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 199: | Line 199: | ||
| Note how it is difficult to understand the diff ==> we need to configure a diff tool! | Note how it is difficult to understand the diff ==> we need to configure a diff tool! | ||
| - | To configure a nice diff-viewer, | + | To configure a nice diff-viewer, |
| - | TWO LINES long!! (Make sure it is executable with "chmod +x scriptname" | + | |
| < | < | ||
| diff-cmd = / | diff-cmd = / | ||
| </ | </ | ||
| + | |||
| + | The script " | ||
| The content of this script (only two lines) for emacs users can be: | The content of this script (only two lines) for emacs users can be: | ||
| Line 213: | Line 214: | ||
| </ | </ | ||
| - | (Use | (pipeline) key in the " | + | (In emacs, use | (pipeline) key in the " |
| The content of this script for vi users can be | The content of this script for vi users can be | ||