From: Matt S Trout <mst@shadowcat.co.uk>
Date: Fri, 24 Mar 2006 04:41:01 +0000 (+0000)
Subject: svn-log stealer script
X-Git-Tag: v0.06000~23
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9535305de336c52ba3236f714e8a0fe619c720bd;p=dbsrgits%2FDBIx-Class.git

svn-log stealer script
---

diff --git a/maint/steal-svn-log.sh b/maint/steal-svn-log.sh
new file mode 100755
index 0000000..b0297ad
--- /dev/null
+++ b/maint/steal-svn-log.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd maint;
+rm svn-log.perl;
+wget https://thirdlobe.com/svn/repo-tools/trunk/svn-log.perl;