[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] pread pack issues from the git repo
From: |
Nick Dokos |
Subject: |
Re: [Orgmode] pread pack issues from the git repo |
Date: |
Sat, 06 Jun 2009 14:42:23 -0400 |
Greg Newman <address@hidden> wrote:
> I was trying to update to the latest-greatest-org and am getting errors from
> git. Can anyone else confirm?
>
> remote: Counting objects: 833, done.
> remote: Compressing objects: 100% (301/301), done.
> remote: Total 772 (delta 602), reused 626 (delta 471)
> Receiving objects: 100% (772/772), 770.61 KiB | 36 KiB/s, done.
> fatal: cannot pread pack file: No such file or directory
> fatal: index-pack failed
>
I did a pull a couple of hours ago, with no problems - I don't know much
about git, but the above looks like a local error (i.e. on your side) to me.
You might want to just clone the repository again in a different directory.
HTH,
Nick
$ git pull
remote: Counting objects: 111, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 92 (delta 66), reused 31 (delta 18)
Unpacking objects: 100% (92/92), done.
>From git://repo.or.cz/org-mode
5e39f24..855f85b master -> origin/master
Updating 5e39f24..855f85b
Fast forward
ORGWEBPAGE/index.org | 53 ++++++----
contrib/README | 2 +
contrib/lisp/org-R.el | 28 +++--
contrib/lisp/org-jira.el | 65 +++++++++++
contrib/lisp/org-mac-iCal.el | 246 ++++++++++++++++++++++++++++++++++++++++++
doc/org.texi | 13 +++
lisp/ChangeLog | 39 +++++++
lisp/org-agenda.el | 2 +-
lisp/org-clock.el | 3 +-
lisp/org-exp.el | 171 +++++++++++++++--------------
lisp/org-faces.el | 5 +
lisp/org-gnus.el | 4 +-
lisp/org-latex.el | 11 ++
lisp/org-list.el | 3 +-
lisp/org.el | 40 ++++++--
15 files changed, 559 insertions(+), 126 deletions(-)
create mode 100644 contrib/lisp/org-jira.el
create mode 100644 contrib/lisp/org-mac-iCal.el