Subversion extractor is known good.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 00:41:07 +0000 (20:41 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 00:41:07 +0000 (20:41 -0400)
irkerhook.py

index a67bd4035d1cac52c0570691981b899a370416a3..cd4a130ef62c44c5c3d0bc5ebc6ed1ab0a6b534e 100755 (executable)
@@ -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: