move everything out of trunk
[lttv.git] / scripts / svn-diff-script
diff --git a/scripts/svn-diff-script b/scripts/svn-diff-script
new file mode 100755 (executable)
index 0000000..ca4f1de
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+TRUNKDIR=file:///compudj_dir/kernelrep/trunk/kernel/linux-2.6.12-rc4-mm2
+LTTNGDIR=file:///compudj_dir/kernelrep/branches/mathieu/linux-2.6.12-rc4-mm2
+PATCHDIR=/compudj_dir/work/kernelrep/branches/mathieu
+
+
+svn diff --diff-cmd /home/compudj/bin/svn-diff -x -urpN \
+$TRUNKDIR $LTTNGDIR > \
+$PATCHDIR/$1
This page took 0.023503 seconds and 4 git commands to generate.