Include SVN data for the Subversive project.
diff --git a/commits/batch/run-batch.sh b/commits/batch/run-batch.sh
index 868d413..ea5d249 100755
--- a/commits/batch/run-batch.sh
+++ b/commits/batch/run-batch.sh
@@ -32,7 +32,8 @@
 #touch finish.time
 # svn
 echo '- SVN ' `date`
-cat roots-svn.txt | ./svn-extract.pl --ignoretime | ./svn-parse.pl | ./chunk.pl ./insert-batch.pl
+# HACK: We only have one repo in SVN. Don't be any more clever than necessary.
+echo -e "technology.subversive\t/svnroot/technology/org.eclipse.subversive" | ./svn-extract.pl --ignoretime | ./svn-parse.pl | ./chunk.pl ./insert-batch.pl
 
 # git
 echo '- Git ' `date`