Running a diff between SVN working copy and BASE rev
How do you run a diff between a SVN working copy and the BASE rev from the terminal? I tried to acomplish this using chdiff, but that command only accepts <file1> and <file2> as args. How do I tell it to run a diff between my working copy of a file and the BASE rev of that file so I can see all local changes before doing a commit?</file2></file1>
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi Jonathan,
If you run:
chdiff --local-scm file
You'll get the SCM HUD with all past revisions of file, and you can then diff against any of them. -
That doesn't work on git repos, is it?
Loading Profile...



EMPLOYEE