2008-11-12 08:47:07 PST
when navigating to my branch checkout at
c:\svn\Magnus_b_5_0_6_0_TestReview
and executing:
> svn diff -r 1:3 > testdiff.txt
the output is:
-------------------------------------------------------------------------------------------------------
Index: Source/SMARTEvent.c
===================================================================
--- Source/SMARTEvent.c (.../trunk) (revision 1)
+++ Source/SMARTEvent.c (.../branches/Magnus_b_5_0_6_0_TestReview) (revision 3)
@@ -4,6 +4,10 @@
* SMART Technologies Inc.
********************************************************************/
+// changed this line for testing purposes with codestriker
+#ifndef SEVEN
+#define SEVEN 7
+#endif
/*C**************************************************************************
* NAME: SMARTEvent.c
* This file contains all the event handler functions for the SC9.
Index: Source/magnus.c
===================================================================
--- Source/magnus.c (.../trunk) (revision 1)
+++ Source/magnus.c (.../branches/Magnus_b_5_0_6_0_TestReview) (revision 3)
@@ -4,6 +4,11 @@
* SMART Technologies Inc.
********************************************************************/
+
+// changed this line for testing purposes with codestriker
+#ifndef SEVEN
+#define SEVEN 7
+#endif
/********************************************************************
* File Name: magnus.c
* Description:
---------------------------------------------------------------------------------------------------
I'm not sure I understand this. Are you saying the module is simply the name of the diff output if you want a diff output file?