From: Felipe Contreras <felipe.contreras@gmail.com>
To: "Rüdiger Sonderfeld" <ruediger@c-plusplus.de>, git@vger.kernel.org
Cc: Felipe Contreras <felipe.contreras@gmail.com>
Subject: RE: git-remote-bzr: fatal: mark :399654 not declared
Date: Sat, 12 Apr 2014 16:20:41 -0500 [thread overview]
Message-ID: <5349ae29eb97b_285f9032ec23@nysa.notmuch> (raw)
In-Reply-To: <8513837.uWFUjXk7Vu@descartes>
Rüdiger Sonderfeld wrote:
> I'm using git-remote-bzr to access the GNU Emacs Bazaar repo. I followed the
> guideline described here:
> https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00008.html
>
> Pulling and pushing worked flawless for several month. But recently git
> bzr stopped working with the following error message:
Sorry for the late reply.
So basically your repository is screwed up. I just sent patches to the Git's
core so it doesn't happen again.
To recover the easiest is to remove these files: .git/bzr/origin/marks-*, in
your repository, and then run `git fetch`. However, when you do that basically
you have to fetch everything again.
You could also try this script I wrote[1]. If you run `git marks-check -mbzr -v
-f origin` it will find all the issues in the mark files and fix them. Then run
`git fetch` again.
Cheers.
[1] https://gist.github.com/felipec/10551806
--
Felipe Contreras
prev parent reply other threads:[~2014-04-12 21:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 18:05 git-remote-bzr: fatal: mark :399654 not declared Rüdiger Sonderfeld
2014-04-12 21:20 ` Felipe Contreras [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5349ae29eb97b_285f9032ec23@nysa.notmuch \
--to=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=ruediger@c-plusplus.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).