From: Andreas Ericsson <ae@op5.se>
To: Matthias Kestenholz <lists@irregular.ch>
Cc: git@vger.kernel.org
Subject: Re: Bug encountered while comitting
Date: Fri, 24 Mar 2006 20:34:57 +0100 [thread overview]
Message-ID: <442449E1.5060007@op5.se> (raw)
In-Reply-To: <20060324183951.GA23193@spinlock.ch>
Matthias Kestenholz wrote:
> Hello list,
>
> I don't know if this is the right place to report a bug, but I'll
> just try and see what comes back.
>
> I am trying to build a Wiki [1] using PHP, a hacked version of Markdown,
> and git for content tracking. I use the git core plumbing to do the
> history work.
>
> The PHP script created directories under .git/objects
Ouch... You're not really supposed to do that. The proper thing to do is
to do things in the working tree and commit them to git later.
> which were
> only writable by www-data. There were other directories which were
> owned by user mk and group www-data, and they were group writable.
>
> So, I had write access to only a part of the .git directory.
>
Unless you're using the git tools (or things hooking in to the git core
C functions somehow), don't touch the .git directory.
(this merits an exclamation marks, so brace yourselves) !
> When I tried to commit, I got a message saying "Unable to write sha1
> filename".
>
What file were you trying to write?
> The result was, that only part of the commit was recorded and that I
> experienced repository corruption. refs/heads/master pointed to a
> non-existant object.
>
Did you use git tools to update .git/refs/heads/master ?
> The expected behavior would have been an error message telling me I
> had insufficient write privileges and surely no repository
> corruption.
>
Didn't you get the strerror(3) message from that? If so, I'd consider it
a bug.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
next prev parent reply other threads:[~2006-03-24 19:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-24 18:39 Bug encountered while comitting Matthias Kestenholz
2006-03-24 19:34 ` Andreas Ericsson [this message]
2006-03-25 1:15 ` Matthias Kestenholz
2006-03-24 22:55 ` Junio C Hamano
2006-03-25 1:15 ` Matthias Kestenholz
2006-03-25 6:17 ` Junio C Hamano
2006-03-25 10:23 ` Matthias Kestenholz
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=442449E1.5060007@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
--cc=lists@irregular.ch \
/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).