From: "Stefano Spinucci" <virgo977virgo@gmail.com>
To: "Martin Langhoff" <martin.langhoff@gmail.com>
Cc: "Johannes Schindelin" <Johannes.Schindelin@gmx.de>,
"Florian v. Savigny" <lorian@fsavigny.de>,
git@vger.kernel.org
Subject: Re: Can git be tweaked to work cross-platform, on FAT32?
Date: Sun, 17 Dec 2006 15:33:58 +0100 [thread overview]
Message-ID: <906f26060612170633h50e3e974h3b84f1829e546278@mail.gmail.com> (raw)
In-Reply-To: <46a038f90612170221u4c3b5c2asef378d3d4e159ba7@mail.gmail.com>
I just tried to use git writing to my FAT32 formatted usb stick.
On windows XP, I compiled git with and without NO_D_TYPE_IN_DIRENT,
but after the
following actions I always got the error "fatal: Unable to write new
index file" or
"fatal: unable to create '.git/index': File exists":
mkdir git-test-repo
cd git-test-repo
git-init-db
echo iii>test
git add test
git commit -m "test msg"
echo ooo>test1
git add test1 ***error***
converting the stick to NTFS I have no problems.
any hint ???
---
next prev parent reply other threads:[~2006-12-17 14:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 15:58 Can git be tweaked to work cross-platform, on FAT32? Florian v. Savigny
2006-12-13 16:39 ` Johannes Schindelin
2006-12-14 5:55 ` Martin Langhoff
2006-12-16 9:51 ` Florian v. Savigny
2006-12-16 11:37 ` Johannes Schindelin
2006-12-17 10:21 ` Martin Langhoff
2006-12-17 14:33 ` Stefano Spinucci [this message]
2006-12-17 14:54 ` Johannes Schindelin
2006-12-17 18:16 ` Juergen Ruehle
2006-12-17 19:33 ` Johannes Schindelin
2006-12-18 1:36 ` Stefano Spinucci
2006-12-18 13:38 ` Johannes Schindelin
2006-12-18 14:19 ` Juergen Ruehle
2006-12-19 23:55 ` Dan Nicholson
2006-12-19 21:57 ` David Lang
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=906f26060612170633h50e3e974h3b84f1829e546278@mail.gmail.com \
--to=virgo977virgo@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=lorian@fsavigny.de \
--cc=martin.langhoff@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).