From: Eric S. Raymond <esr@thyrsus.com>
Date: Mon, 1 Oct 2012 00:41:07 +0000 (-0400)
Subject: Subversion extractor is known good.
X-Git-Tag: 1.3~22
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=092372213f6c3c1c9aa0cefa84a851a702018a51;p=irker.git

Subversion extractor is known good.
---

diff --git a/irkerhook.py b/irkerhook.py
index a67bd40..cd4a130 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -187,7 +187,7 @@ class GitExtractor(GenericExtractor):
 class SvnExtractor(GenericExtractor):
     "Metadata extraction for the svn version control system."
     def __init__(self, arguments):
-        GenericExtractor.__init__(self)
+        GenericExtractor.__init__(self, arguments)
         self.commit = None
         # Some things we need to have before metadata queries will work
         for tok in arguments: