Comment out some code in prep for actual .td file checkpoint.
[oota-llvm.git] / utils / mkpatch
index 415fa7870ea64bb331a1513b3970796bb311aef4..2741563f041cef0dd80fd7b67ad4daf716bbeb8a 100755 (executable)
@@ -18,13 +18,13 @@ if [ "$#" -ne 1 ] ; then
 fi
 NAME="$1"
 echo "mkpatch: Generating differences on top level files"
-cvs diff -l -Ntdup -5 . > "$NAME".patch.raw 2>&1
+svn diff -N -x -u > "$NAME".patch.raw 2>&1
 echo "mkpatch: Generating differences on all directories"
-cvs diff -Ntdup -5 >> "$NAME".patch.raw 2>&1 \
+svn diff -x -u  >> "$NAME".patch.raw 2>&1 \
   autoconf docs utils include lib/System lib/Support lib/VMCore lib/AsmParser \
-  lib/Bytecode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
-  lib/ExecutionEngine lib/Debugger lib/Linker \
-  tools test runtime projects examples win32 Xcode
+  lib/Bitcode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
+  lib/ExecutionEngine lib/Linker lib/MC \
+  tools test unittests runtime projects examples Xcode
 
 echo "mkpatch: Removing cruft from the patch file"
 sed -e '/^[?] .*/d' -e '/^cvs diff: Diffing/d' "$NAME".patch.raw | awk '\