bzr: ERROR: bzrlib.errors.KnitCorrupt: Knit
Martin Pool
mbp at sourcefrog.net
Mon Dec 10 05:02:32 GMT 2007
On Dec 7, 2007 8:32 AM, Sorensen, Karsten <KSorensen at gsig.com> wrote:
> Error below occurred while working on a local branch.
>
> Added two routines to branch.
>
> Removed three others.
>
> Error occurred during commit.
>
> These same tasks were done in another branch that at this time is the same
> as this branch. I have not started to make other changes.
>
> This is running on Windows 2000 under Cygwin.
Karsten,
Typically a MemoryError indicates an attempt to commit a file that's
too large to fit in memory. (At the moment there is a practical limit
at a few hundred MB.) Normally it is seen at commit time, rather than
when retrieving from the repository. Could that have happened here?
--
Martin
More information about the bazaar
mailing list