Is it possible to add navigation buttons to the html diff files?
When the changes are small, in a large file, sometimes it's hard to see the changes. Or, are there any tips for searching through the html diff file for changes?
Thanks
Search found 3 matches
- Mon May 22, 2006 9:10 am
- Forum: ExamDiff Pro
- Topic: Add NextDiff and PrevDiff buttons to html diff files
- Replies: 1
- Views: 6383
- Mon Mar 06, 2006 2:09 pm
- Forum: ExamDiff Pro
- Topic: Integrating w/subversion - does examdiff spawn a process?
- Replies: 1
- Views: 7049
Re: Integrating w/subversion - does examdiff spawn a process
never mind. I must have made a mistake in my bat file programming.
It turns out it takes a simple wrapper to make it work.
diff_wrap.bat:
examdiff %6 %7
call this with svn diff --diff-cmd path/diff_wrap.bat file.c
thanks to Joshua Flanagan...
I am trying to integrate examdiff pro with subversion ...
It turns out it takes a simple wrapper to make it work.
diff_wrap.bat:
examdiff %6 %7
call this with svn diff --diff-cmd path/diff_wrap.bat file.c
thanks to Joshua Flanagan...
I am trying to integrate examdiff pro with subversion ...
- Mon Mar 06, 2006 1:46 pm
- Forum: ExamDiff Pro
- Topic: Integrating w/subversion - does examdiff spawn a process?
- Replies: 1
- Views: 7049
Integrating w/subversion - does examdiff spawn a process?
I am trying to integrate examdiff pro with subversion.
When I do a svn diff command, using the external diff tool option, svn creates temporary files and calls examdiff. Examdiff pro seems to return control back to svn (spawn a child process?) and svn deletes the temporary files before examdiff ...
When I do a svn diff command, using the external diff tool option, svn creates temporary files and calls examdiff. Examdiff pro seems to return control back to svn (spawn a child process?) and svn deletes the temporary files before examdiff ...