From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 25 09:46:16 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B45106566C for ; Fri, 25 Jun 2010 09:46:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEBF8FC13 for ; Fri, 25 Jun 2010 09:46:16 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1OS5UE-0009U8-LY for freebsd-hackers@freebsd.org; Fri, 25 Jun 2010 12:46:14 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jun 2010 12:46:14 +0300 From: Daniel Braniss Message-ID: Subject: hg convert stopped working X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 09:46:16 -0000 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