[python-committers] hg clone cpython newrepo aborts (original) (raw)
Senthil Kumaran senthil at uthcode.com
Tue May 28 16:25:04 CEST 2013
- Previous message: [python-committers] hg clone cpython newrepo aborts
- Next message: [python-committers] hg clone cpython newrepo aborts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, May 28, 2013 at 7:19 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran <senthil at uthcode.com> wrote: > While trying to clone a cpython repo to a new repo. I am getting this error. > > getting Lib/idlelib/idle.bat > getting Lib/idlelib/idle.py > getting Lib/idlelib/idle.pyw > getting Lib/idlelib/idletest/@README.txt > abort: data/Lib/idlelib/idletest/@README.txt.i at 7573717b9e6f: no match > found! > > Is something wrong with the repo?
It's possible something broke with the @-filename. Have you tried hg verify yet? $ hg verify repository uses revlog format 1 checking changesets checking manifests crosschecking files in changesets and manifests checking files data/Lib/idlelib/idle_test/@README.txt.i at 83941: missing revlog! 83941: empty or missing Lib/idlelib/idle_test/@README.txt Lib/idlelib/idle_test/@README.txt at 83941: 7573717b9e6f in manifests not found warning: copy source of 'Modules/_threadmodule.c' not in parents of 60ad83716733 warning: copy source of 'Objects/bytesobject.c' not in parents of 64bb1d258322 warning: copy source of 'Objects/stringobject.c' not in parents of 357e268e7c5f 9872 files, 83957 changesets, 185453 total revisions 3 warnings encountered! 3 integrity errors encountered! (first damaged changeset appears to be 83941)
// All these are from my local repo, which i keep updated. I am cloning from hg.python.org to see if this problem persists.
Thanks, Senthil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20130528/2708109f/attachment.html>
- Previous message: [python-committers] hg clone cpython newrepo aborts
- Next message: [python-committers] hg clone cpython newrepo aborts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]