Mercurial > hgsubversion
changeset 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 | a336e3e82648 |
| children | e37f9d3fd5e7 |
| files | svnwrap/svn_swig_wrapper.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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:
