9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Jeff Sickel <jas@corpus-callosum.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] current python & hg support
Date: Fri, 10 Feb 2012 11:50:39 -0600	[thread overview]
Message-ID: <22E32EF7-9007-4BDE-BD9A-805BD1DF066E@corpus-callosum.com> (raw)
In-Reply-To: <CAL4LZygpNTpMivzCSeZ_ft-m4yadutUsQ7vvgnbW4k83hi6JbA@mail.gmail.com>


On Feb 10, 2012, at 11:03 AM, John Floren wrote:

> On Fri, Feb 10, 2012 at 8:44 AM, erik quanstrom
> <quanstro@labs.coraid.com> wrote:
>>> Mercurial's a good example as it's got a lot of logic in place to
>>> deal with all sorts of odd filesystems already.
>>>
>>
>> well if that the case, then its support isn't worth much.
>> nix has been dealing with problems due to osx : mangling.
>>
>> - erik
>>
>
> I think we decided that the : mangling came from a careless copy from
> an iso9660 image... but OS X may be responsible for the case-mangling
> of Kill and kill.

That's a good example.  If you create the repo on a case-sensitive
filesystem and add 'Kill' and 'kill' then you'll find that the repo
always has that file in it.  If you clone the repo to a case insensitive
filesystem, you end up with which ever file comes out of the repo last
when you do an 'hg up'.  Mercurial preserves both, but you may be in
trouble is someone on a case insensitive file system makes a commit
to 'Kill'.  Luckily the history will be there and it's easy to recover.

For those using 9vx on OSX: it's really easy to set up your local
drive to support a case sensitive file system.  Just don't make it
the root partition or where /Users resides in case you run any
applications out of ~/Applications that come from certain large
corporations (aka any that really pushed the Carbon APIs, or applications
that originated in Carbon but were only slowly migrated to Cocoa).  You can
create a case-sensitive disk image, though that has some drawbacks.
Partition your drive and then add an entry into /etc/fstab so that it
always mounts at a logical place, and not some /Volumes with a potentially
variable name.

-jas




  reply	other threads:[~2012-02-10 17:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-10  2:06 Jeff Sickel
2012-02-10  3:33 ` Anthony Sorace
2012-02-10  5:03 ` John Floren
2012-02-10  5:55   ` Jens Staal
2012-02-10  6:43 ` erik quanstrom
2012-02-10 16:29   ` Jeff Sickel
2012-02-10 16:44     ` erik quanstrom
2012-02-10 17:03       ` John Floren
2012-02-10 17:50         ` Jeff Sickel [this message]
2012-02-11 11:43           ` Aram Hăvărneanu

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=22E32EF7-9007-4BDE-BD9A-805BD1DF066E@corpus-callosum.com \
    --to=jas@corpus-callosum.com \
    --cc=9fans@9fans.net \
    /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).