Search found 3 matches

by chuckf
Mon May 22, 2006 9:10 am
Forum: ExamDiff Pro
Topic: Add NextDiff and PrevDiff buttons to html diff files
Replies: 1
Views: 5221

Add NextDiff and PrevDiff buttons to html diff files

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
by chuckf
Mon Mar 06, 2006 2:09 pm
Forum: ExamDiff Pro
Topic: Integrating w/subversion - does examdiff spawn a process?
Replies: 1
Views: 5792

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. Wh...
by chuckf
Mon Mar 06, 2006 1:46 pm
Forum: ExamDiff Pro
Topic: Integrating w/subversion - does examdiff spawn a process?
Replies: 1
Views: 5792

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 open...