2009-05-29 09:02:19 PDT
I am having trouble getting codestriker (1.9.8) to display svn diffs containing newly added empty files as colored diff. The content of the diff file is displayed as is instead.
I don't see any option I can give to svn to have it not putting empty files into the diff. Is there a workaround in codestriker? Or has it been fixed in 1.9.9?
The empty files are baselines for tests that don't generate any output.
Index: empty.txt
===================================================================
Index: more.txt
===================================================================
--- more.txt (revision 0)
+++ more.txt (revision 0)
@@ -0,0 +1 @@
+/* Some content */