Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for 
change notification.

The "ListOfDiffApplications" page has been changed by GabrielaGibson:
http://wiki.apache.org/subversion/ListOfDiffApplications?action=diff&rev1=3&rev2=4

  $ svn diff --diff-cmd /Applications/RoaringDiff.app/Contents/MacOS/RoaringDiff
  This becomes tedious quickly. If you plan to use RoaringDiff for most of your 
diffing, edit ~/.subversion/config and change diff-cmd in that file:
  
- ### Set diff-cmd to the absolute path of your 'diff' program. ### This will 
override the compile-time default, which is to use ### Subversion's internal 
diff implementation. # diff-cmd = diff_program (diff, gdiff, etc.) diff-cmd = 
/Applications/RoaringDiff.app/Contents/MacOS/RoaringDiff
+ ### Set diff-cmd to the absolute path of your 'diff' program. 
+ ### This will override the compile-time default, which is to use 
+ ### Subversion's internal diff implementation. 
+ # diff-cmd = diff_program (diff, gdiff, etc.) diff-cmd = 
/Applications/RoaringDiff.app/Contents/MacOS/RoaringDiff
  To use the regular GNU diff from time to time when diff-cmd is set, you can 
run:
  
  $ svn diff --diff-cmd diff 

Reply via email to