From: "Shawn O. Pearce" <spearce@spearce.org>
To: Stefano Spinucci <virgo977virgo@gmail.com>
Cc: Junio C Hamano <junkio@cox.net>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
git@vger.kernel.org
Subject: Re: using the same repo with different OS
Date: Wed, 28 Feb 2007 13:12:51 -0500 [thread overview]
Message-ID: <20070228181251.GG5924@spearce.org> (raw)
In-Reply-To: <906f26060702281006l794173e8uea0f7174dd712e32@mail.gmail.com>
Stefano Spinucci <virgo977virgo@gmail.com> wrote:
> I noticed today that my notes about compiling Git on cygwin to work
> with FAT32 (export NO_MMAP=1) on the Wiki page WindowsInstall were
> removed.
That was me. NO_MMAP=1 is now the default on Cygwin.
> Than I'm asking how you'd setup repos to work on some linux/windows
> machines, transferring data only with an USB disk.
Just create a bare repository on the USB stick and push/fetch to it.
It won't have a checkout directory or an index, the two sticking
points with mmap() on Windows and with a FAT32 filesystem being
accessed through Git by both Linux and Windows.
--
Shawn.
next prev parent reply other threads:[~2007-02-28 18:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-25 17:13 using the same repo with different OS Stefano Spinucci
2007-02-25 17:17 ` Stefano Spinucci
2007-02-25 17:34 ` Johannes Schindelin
2007-02-25 18:20 ` Junio C Hamano
2007-02-25 18:30 ` Johannes Schindelin
2007-02-25 18:35 ` Junio C Hamano
2007-02-28 18:06 ` Stefano Spinucci
2007-02-28 18:12 ` Shawn O. Pearce [this message]
2007-03-12 18:33 ` Stefano Spinucci
2007-03-12 20:05 ` Johannes Schindelin
2007-03-17 14:17 ` Stefano Spinucci
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=20070228181251.GG5924@spearce.org \
--to=spearce@spearce.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=virgo977virgo@gmail.com \
/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).