Date: Fri, 25 Jun 2010 12:46:14 +0300 From: Daniel Braniss <danny@cs.huji.ac.il> To: freebsd-hackers@freebsd.org Subject: hg convert stopped working Message-ID: <E1OS5UE-0009U8-LY@kabab.cs.huji.ac.il>
next in thread | raw e-mail | index | archive | help
Hi, probably wrong place to ask, but I great minds lurk here :-) I have been mirroing FreeBSD via svn since last summer, svnsync sync file:///cs/svn/freebsd/base then converting to mercurial hg convert ... file:///cs/svn/freebsd/base ${HG_HOME}/bsd/stable/8 ... since I can better track local changes, all worked nice till someone - probably me, while upgrading firefox, screwed up svn - it happens :-) So I upgraded svn, and now my svnsync worked again, but mercurial stopped working, so upgarded mercurial, but it's still not working: Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/hgext/convert/hg.py", line 223, in __init__ self.repo = hg.repository(self.ui, path) File "/usr/local/lib/python2.6/site-packages/mercurial/hg.py", line 82, in repository repo = _lookup(path).instance(ui, path, create) File "/usr/local/lib/python2.6/site-packages/mercurial/localrepo.py", line 2223, in instance return localrepository(ui, util.drop_scheme('file', path), create) File "/usr/local/lib/python2.6/site-packages/mercurial/localrepo.py", line 62, in __init__ raise error.RepoError(_("repository %s not found") % path) RepoError: repository /cs/svn/freebsd/base not found but /cs/svn/freebsd/base is ok: ls -lsd /cs/svn/freebsd/base 4 drwxr-xr-x 6 svn svn 4096 Jun 7 2008 /cs/svn/freebsd/base any help will be much appreciated, thanks, danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1OS5UE-0009U8-LY>