Hi Ken,

> How should I compose the diff such that Codestriker will recognize and
> display a diff between "a" and "b" just like it does normally?

Just use the regular diff command on these two files, eg:

diff a.txt b.txt > output.txt

You can then load output.txt as your review topic.

> Secondly how should I concatenate the output of several of such paired diffs
> such that Codestriker will display each filename and the associated
> differences side-by-side?

diff a1.txt b1.txt > output1.txt
diff a2.txt b2.txt > output2.txt
diff a3.txt b3.txt > output3.txt

cat output1.txt output2.txt output3.txt > output.txt

The output.txt file will then have the concatenation of all diffs in a
single file, which you can then upload to Codestriker as a single
review.

Cheers,
David

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to