Git development
 help / color / mirror / Atom feed
* OSX, ZFS, UTF8, git - somebody hates me in this list
@ 2008-05-04 21:07 Randal L. Schwartz
  2008-05-04 21:52 ` Shawn O. Pearce
  0 siblings, 1 reply; 16+ messages in thread
From: Randal L. Schwartz @ 2008-05-04 21:07 UTC (permalink / raw)
  To: git


repeat by:
    0) download the OSX ZFS drivers
    1) Make a ZFS partition on OSX.
    2) Clone git.git to the ZFS partition
    3) immediately type git-status:

    # On branch master
    # Untracked files:
    #   (use "git add <file>..." to include in what will be committed)
    #
    #       "gitweb/test/Ma\314\210rchen"
    nothing added to commit but untracked files present (use "git add" to track)

    4) try "git-clean -f"
    Removing "gitweb/test/Ma\314\210rchen"

    5) try git-status now:
    # On branch master
    # Changed but not updated:
    #   (use "git add/rm <file>..." to update what will be committed)
    #
    #       deleted:    "gitweb/test/M\303\244rchen"
    #
    no changes added to commit (use "git add" and/or "git commit -a")

    6) still broken.  try git-reset --hard HEAD
    HEAD is now at c697ad1 Cleanup xread() loops to use read_in_full()
    7) and now git-status again:

    # On branch master
    # Untracked files:
    #   (use "git add <file>..." to include in what will be committed)
    #
    #       "gitweb/test/Ma\314\210rchen"
    nothing added to commit but untracked files present (use "git add" to track)

That's broke, and a show-stopper for me to use ZFS on OSX.  Ugh.

Can someone with ZFS on solaris try this, to try to figure out if this
is a problem with git, ZFS, OSX, or some combination?

Thanks.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-05-06  8:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04 21:07 OSX, ZFS, UTF8, git - somebody hates me in this list Randal L. Schwartz
2008-05-04 21:52 ` Shawn O. Pearce
2008-05-04 21:56   ` Randal L. Schwartz
2008-05-04 22:00     ` Randal L. Schwartz
2008-05-05  6:52       ` David Brown
2008-05-05 10:33         ` Wincent Colaiuta
2008-05-04 22:04     ` Shawn O. Pearce
2008-05-04 22:06       ` Randal L. Schwartz
2008-05-04 22:15         ` Shawn O. Pearce
2008-05-05 17:39     ` Randal L. Schwartz
2008-05-05 17:53       ` Linus Torvalds
2008-05-05 19:00         ` Tarmigan
2008-05-05 19:08           ` Randal L. Schwartz
2008-05-05 19:45             ` Linus Torvalds
2008-05-06  8:48               ` Johannes Schindelin
2008-05-05 19:32           ` Mitch Tishmack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox