git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Strange bug on MacOSX - can anyone reproduce?
@ 2008-04-18  9:04 Roland Lezuo
  0 siblings, 0 replies; only message in thread
From: Roland Lezuo @ 2008-04-18  9:04 UTC (permalink / raw)
  To: git

Hi!

I've a very strange bug on MacOSX 10.5 on a case sensitive HFS+  
filesystem.

git very regular show the following behavior:

git op fails with an "error: Unable to append to $(FILE)" message, a  
"cat $(FILE)" and the same git op
solves the problem deterministically.

Here is an example:

rlezuo@rlezuo:~/Projects/XXX/documentation$ git pull
remote: Counting objects: 100, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 74 (delta 59), reused 0 (delta 0)
Unpacking objects: 100% (74/74), done.
 From git@YYY.theobroma-systems.com:XXX/documentation
    cad9845..374115b  fop        -> origin/fop
error: Unable to append to .git/logs/refs/remotes/origin/master
    67f2dad..5812471  master     -> origin/master
Merge made by recursive.
error: Unable to append to .git/logs/refs/heads/master
fatal: Cannot update the ref 'HEAD'.

rlezuo@rlezuo:~/Projects/XXX/documentation$ git pull
error: Unable to append to .git/logs/refs/remotes/origin/master
 From git@YYY.theobroma-systems.com:XXX/documentation
    67f2dad..5812471  master     -> origin/master
Merge made by recursive.
error: Unable to append to .git/logs/refs/heads/master
fatal: Cannot update the ref 'HEAD'.

rlezuo@rlezuo:~/Projects/XXX/documentation$ cat .git/logs/refs/heads/ 
master
...

rlezuo@rlezuo:~/Projects/XXX/documentation$ git pull
error: Unable to append to .git/logs/refs/remotes/origin/master
 From git@YYY.theobroma-systems.com:XXX/documentation
    67f2dad..5812471  master     -> origin/master
Merge made by recursive.
error: Unable to append to .git/logs/HEAD
fatal: Cannot update the ref 'HEAD'.

rlezuo@rlezuo:~/Projects/XXX/documentation$ cat .git/logs/HEAD
...

rlezuo@rlezuo:~/Projects/XXX/documentation$ git pull
error: Unable to append to .git/logs/refs/remotes/origin/master
 From git@YYY.theobroma-systems.com:XXX/documentation
    67f2dad..5812471  master     -> origin/master
Merge made by recursive.
  ...
  HLD/csm/Random.dita                                |   14 ++++----
  HLD/csm/monitor.dita                               |   13 +++++---
  HLD/introduction/references.dita                   |   34 +++++++++++ 
+++------
  ST/introduction/st_references.dita                 |   29 +++++++++++ 
++++++
  16 files changed, 133 insertions(+), 54 deletions(-)
  create mode 100644 FS/hardware_spec_overview/ 
random_number_generator.dita


can anyone reproduce this? Is this a git bug or is this a OSX bug?

regards

DI Roland Lezuo
Theobroma Systems Design und Consulting GmbH
Gutheil-Schoder Gasse 17, 1230 Wien, Austria
Phone: +43 1  2369893-405, Fax: +43 1 2369893-9406
http://www.theobroma-systems.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-18  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18  9:04 Strange bug on MacOSX - can anyone reproduce? Roland Lezuo

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).