Hide Forgot
abrt version: 1.1.18 architecture: i686 Attached file: backtrace, 4337 bytes cmdline: /usr/bin/python /usr/bin/hg pull component: mercurial executable: /usr/bin/hg kernel: 2.6.35.12-90.fc14.i686 package: mercurial-1.8.2-1.fc14 reason: svn_swig_wrapper.py:224:init_ra_and_client:SubversionConnectionException: Failed to open Subversion repository; please try running 'svn ls https://gambas.svn.sourceforge.net/svnroot/gambas' for details. release: Fedora release 14 (Laughlin) time: 1304228431 uid: 500 How to reproduce ----- 1. enabled hgsubversion extension in my .hgrc [extensions] hgsubversion= 2. set paths for hg repo, which pulled from https://gambas.svn.sourceforge.net/svnroot/gambas $cat ./.hg/hgrc >>>>>> [paths] default = svn+https://gambas.svn.sourceforge.net/svnroot/gambas 3. hg pull for a while, then error occured
Created attachment 496024 [details] File: backtrace
This is a problem with hgsubversion which not is a part of Mercurial but has been installed manually. You could file an issue in the upstream hgsubversion bug tracker. But hgsubversion just reports an error raised by subversion, so the problem is probably on the subversion side. You should try to follow the advice they give in the error message.
The hgsubversion developers just told me that it might be an issue with the sourceforge rate limits.
Hi Mads, Thanks for your help! Flos