Mercurial > hgsubversion
diff svnwrap/svn_swig_wrapper.py @ 180:3f1e8a5ec9dd
svn_swig_wrapper: hacky workaround to prevent running out of files in stupid
replay.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 06 Jan 2009 14:54:32 -0600 |
parents | 2412800b1258 |
children | e37f9d3fd5e7 |
line wrap: on
line diff
--- 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: