ca4f1defb331c626bed67a34de9535208770604c
[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.030639 seconds and 3 git commands to generate.