Subversionify the script.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 9 Jul 2007 07:41:11 +0000 (07:41 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 9 Jul 2007 07:41:11 +0000 (07:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38440 91177308-0d34-0410-b5e6-96231b3b80d8

utils/mkpatch

index 415fa7870ea64bb331a1513b3970796bb311aef4..afdd5fe28c6e52c025ac521a9e5192add0e63ace 100755 (executable)
@@ -18,9 +18,9 @@ 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 -N * > "$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 \