hg convert stopped working

Daniel Braniss danny at cs.huji.ac.il
Fri Jun 25 09:46:16 UTC 2010


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




More information about the freebsd-hackers mailing list