# HG changeset patch # User Augie Fackler # Date 1231275272 21600 # Node ID 3f1e8a5ec9dd0936be5e60ab1b74c8d1c7caa070 # Parent a336e3e826489f5a22fefc9297040a62103f7643 svn_swig_wrapper: hacky workaround to prevent running out of files in stupid replay. diff --git a/svnwrap/svn_swig_wrapper.py b/svnwrap/svn_swig_wrapper.py --- a/svnwrap/svn_swig_wrapper.py +++ b/svnwrap/svn_swig_wrapper.py @@ -476,6 +476,7 @@ class SubversionRepo(object): """Return a mapping of property names to values, raise IOError if specified path does not exist. """ + self.init_ra_and_client() rev = optrev(revision) rpath = (self.svn_url + '/' + path.strip('/')).strip('/') try: