git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-repack not removing files from $GIT_DIR/objects/[00-ff]
@ 2006-07-17  0:44 Post, Mark K
  2006-07-17  1:21 ` Shawn Pearce
  2006-07-17  3:26 ` Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Post, Mark K @ 2006-07-17  0:44 UTC (permalink / raw)
  To: git

I'm having a problem that just started occurring with git-repack not
removing the files from $GIT_DIR/objects/*, and therefore not removing
the directories, since they're not empty.  The command I'm using (as the
git user) is this:
GIT_DIR=/home/git/pub/scm/linux-2.6.git git-repack -a -d -l

This used to work, but then suddenly stopped working.  I ran an strace
-f -F with this same command, and I don't see any attempt being made to
unlink the files in $GIT_DIR/objects/*/, but I do see the rmdir commands
failing because the directories are not empty.  All of the files in
those directories are owned by git:git.

I tried upgrading to git 1.4.1, but the same thing happens.  The gzipped
strace output is almost 5MB in size, certainly not appropriate to attach
here.  I can make it available from the system's web server if anyone
wants to look at it.

Please let me know if there's any other information needed.


Mark Post

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

end of thread, other threads:[~2006-07-17  3:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17  0:44 git-repack not removing files from $GIT_DIR/objects/[00-ff] Post, Mark K
2006-07-17  1:21 ` Shawn Pearce
2006-07-17  1:47   ` Post, Mark K
2006-07-17  1:51     ` Shawn Pearce
2006-07-17  2:48       ` Post, Mark K
2006-07-17  3:26 ` Jeff King

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).