move everything out of trunk
[lttv.git] / scripts / svn-diff-script
1 #!/bin/sh
2
3 TRUNKDIR=file:///compudj_dir/kernelrep/trunk/kernel/linux-2.6.12-rc4-mm2
4 LTTNGDIR=file:///compudj_dir/kernelrep/branches/mathieu/linux-2.6.12-rc4-mm2
5 PATCHDIR=/compudj_dir/work/kernelrep/branches/mathieu
6
7
8 svn diff --diff-cmd /home/compudj/bin/svn-diff -x -urpN \
9 $TRUNKDIR $LTTNGDIR > \
10 $PATCHDIR/$1
This page took 0.030582 seconds and 4 git commands to generate.