* ANNOUNCE: Git for Windows 1.7.9 @ 2012-02-01 11:23 Pat Thoyts 2012-02-09 7:45 ` Stefan Näwe 0 siblings, 1 reply; 6+ messages in thread From: Pat Thoyts @ 2012-02-01 11:23 UTC (permalink / raw) To: msysGit; +Cc: Git Mailing List This release brings the latest release of Git to Windows users. Pre-built installers are available from http://code.google.com/p/msysgit/downloads/list Further details about the Git for Windows project are at http://code.google.com/p/msysgit/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ANNOUNCE: Git for Windows 1.7.9 2012-02-01 11:23 ANNOUNCE: Git for Windows 1.7.9 Pat Thoyts @ 2012-02-09 7:45 ` Stefan Näwe 2012-02-09 8:11 ` Stefan Näwe 2012-02-09 13:44 ` Atsushi Nakagawa 0 siblings, 2 replies; 6+ messages in thread From: Stefan Näwe @ 2012-02-09 7:45 UTC (permalink / raw) To: Pat Thoyts; +Cc: msysGit, Git Mailing List, Karsten Blees Am 01.02.2012 12:23, schrieb Pat Thoyts: > This release brings the latest release of Git to Windows users. > > Pre-built installers are available from > http://code.google.com/p/msysgit/downloads/list > > Further details about the Git for Windows project are at > http://code.google.com/p/msysgit/ I'm getting errors from 'git repack -Ad' with this version on Windows XP: $ /bin/git repack -Ad Counting objects: 147960, done. Delta compression using up to 2 threads. Compressing objects: 100% (35552/35552), done. Writing objects: 100% (147960/147960), done. Total 147960 (delta 110699), reused 147960 (delta 110699) Deletion of directory '.git/objects/01/' failed. Should I try again? (y/n) Deletion of directory '.git/objects/05/' failed. Should I try again? (y/n) n Deletion of directory '.git/objects/07/' failed. Should I try again? (y/n) n Deletion of directory '.git/objects/0c/' failed. Should I try again? (y/n) n Deletion of directory '.git/objects/10/' failed. Should I try again? (y/n) .... A bisection pointed me to this commit (https://github.com/msysgit/git/commit/19d1e75): "Win32: Unicode file name support (except dirent)" When I reset "/git" to this commit and recompile, 'git gc' and 'git repack -Ad' don't raise this error anymore. Any ideas ? Thanks, Stefan -- ---------------------------------------------------------------- /dev/random says: To save trouble later, Joe named his cat Roadkill Fred python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ANNOUNCE: Git for Windows 1.7.9 2012-02-09 7:45 ` Stefan Näwe @ 2012-02-09 8:11 ` Stefan Näwe 2012-02-09 13:00 ` karsten.blees 2012-02-09 13:44 ` Atsushi Nakagawa 1 sibling, 1 reply; 6+ messages in thread From: Stefan Näwe @ 2012-02-09 8:11 UTC (permalink / raw) To: Pat Thoyts; +Cc: msysGit, Git Mailing List, Karsten Blees Am 09.02.2012 08:45, schrieb Stefan Näwe: > Am 01.02.2012 12:23, schrieb Pat Thoyts: >> This release brings the latest release of Git to Windows users. >> >> Pre-built installers are available from >> http://code.google.com/p/msysgit/downloads/list >> >> Further details about the Git for Windows project are at >> http://code.google.com/p/msysgit/ > > I'm getting errors from 'git repack -Ad' with this version on Windows XP: > > $ /bin/git repack -Ad > Counting objects: 147960, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (35552/35552), done. > Writing objects: 100% (147960/147960), done. > Total 147960 (delta 110699), reused 147960 (delta 110699) > Deletion of directory '.git/objects/01/' failed. Should I try again? (y/n) > Deletion of directory '.git/objects/05/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/07/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/0c/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/10/' failed. Should I try again? (y/n) > .... > > > A bisection pointed me to this commit (https://github.com/msysgit/git/commit/19d1e75): > > "Win32: Unicode file name support (except dirent)" > > When I reset "/git" to this commit and recompile, 'git gc' and 'git repack -Ad' s/this commit/parent of this commit (c5d4ecfe)/ > don't raise this error anymore. > > Any ideas ? > > > Thanks, > Stefan -- ---------------------------------------------------------------- /dev/random says: Take two crows and caw me in the morning python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ANNOUNCE: Git for Windows 1.7.9 2012-02-09 8:11 ` Stefan Näwe @ 2012-02-09 13:00 ` karsten.blees 2012-02-09 13:25 ` Stefan Näwe 0 siblings, 1 reply; 6+ messages in thread From: karsten.blees @ 2012-02-09 13:00 UTC (permalink / raw) To: Stefan Näwe; +Cc: Karsten Blees, Git Mailing List, msysGit, Pat Thoyts Stefan Näwe <stefan.naewe@atlas-elektronik.com> wrote on 09.02.2012 09:11:03: > Am 09.02.2012 08:45, schrieb Stefan Näwe: > > Am 01.02.2012 12:23, schrieb Pat Thoyts: > >> This release brings the latest release of Git to Windows users. > >> > >> Pre-built installers are available from > >> http://code.google.com/p/msysgit/downloads/list > >> > >> Further details about the Git for Windows project are at > >> http://code.google.com/p/msysgit/ > > > > I'm getting errors from 'git repack -Ad' with this version on Windows XP: > > > > $ /bin/git repack -Ad > > Counting objects: 147960, done. > > Delta compression using up to 2 threads. > > Compressing objects: 100% (35552/35552), done. > > Writing objects: 100% (147960/147960), done. > > Total 147960 (delta 110699), reused 147960 (delta 110699) > > Deletion of directory '.git/objects/01/' failed. Should I try again? (y/n) > > Deletion of directory '.git/objects/05/' failed. Should I try again? (y/n) n > > Deletion of directory '.git/objects/07/' failed. Should I try again? (y/n) n > > Deletion of directory '.git/objects/0c/' failed. Should I try again? (y/n) n > > Deletion of directory '.git/objects/10/' failed. Should I try again? (y/n) > > .... > > > > > > A bisection pointed me to this commit (https://github. > com/msysgit/git/commit/19d1e75): > > > > "Win32: Unicode file name support (except dirent)" > > > > When I reset "/git" to this commit and recompile, 'git gc' and > 'git repack -Ad' > > s/this commit/parent of this commit (c5d4ecfe)/ > c5d4ecfe just adds unicode conversion functions without using them anywhere, so I doubt that this commit has anything to do with the error. Besides, that code was merged only this week, so its not even in the pre-built v1.7.9 installer. Have you checked virus scanners or other background jobs that might keep the directories open? > > don't raise this error anymore. > > > > Any ideas ? > > > > > > Thanks, > > Stefan > > > -- > ---------------------------------------------------------------- > /dev/random says: Take two crows and caw me in the morning > python -c "print > '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'. > decode('hex')" -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ANNOUNCE: Git for Windows 1.7.9 2012-02-09 13:00 ` karsten.blees @ 2012-02-09 13:25 ` Stefan Näwe 0 siblings, 0 replies; 6+ messages in thread From: Stefan Näwe @ 2012-02-09 13:25 UTC (permalink / raw) Cc: Karsten Blees, Git Mailing List, msysGit, Pat Thoyts Am 09.02.2012 14:00, schrieb karsten.blees@dcon.de: > Stefan Näwe <stefan.naewe@atlas-elektronik.com> wrote on 09.02.2012 > 09:11:03: > >> Am 09.02.2012 08:45, schrieb Stefan Näwe: >>> Am 01.02.2012 12:23, schrieb Pat Thoyts: >>>> This release brings the latest release of Git to Windows users. >>>> >>>> Pre-built installers are available from >>>> http://code.google.com/p/msysgit/downloads/list >>>> >>>> Further details about the Git for Windows project are at >>>> http://code.google.com/p/msysgit/ >>> >>> I'm getting errors from 'git repack -Ad' with this version on Windows > XP: >>> >>> $ /bin/git repack -Ad >>> Counting objects: 147960, done. >>> Delta compression using up to 2 threads. >>> Compressing objects: 100% (35552/35552), done. >>> Writing objects: 100% (147960/147960), done. >>> Total 147960 (delta 110699), reused 147960 (delta 110699) >>> Deletion of directory '.git/objects/01/' failed. Should I try again? > (y/n) >>> Deletion of directory '.git/objects/05/' failed. Should I try again? > (y/n) n >>> Deletion of directory '.git/objects/07/' failed. Should I try again? > (y/n) n >>> Deletion of directory '.git/objects/0c/' failed. Should I try again? > (y/n) n >>> Deletion of directory '.git/objects/10/' failed. Should I try again? > (y/n) >>> .... >>> >>> >>> A bisection pointed me to this commit (https://github. >> com/msysgit/git/commit/19d1e75): >>> >>> "Win32: Unicode file name support (except dirent)" >>> >>> When I reset "/git" to this commit and recompile, 'git gc' and >> 'git repack -Ad' >> >> s/this commit/parent of this commit (c5d4ecfe)/ >> > > c5d4ecfe just adds unicode conversion functions without using them > anywhere, so I doubt that this commit has anything to do with the error. Right. But the commit that comes after it: 19d1e75 > Besides, that code was merged only this week, so its not even in the > pre-built v1.7.9 installer. I built the installer myself. > Have you checked virus scanners or other background jobs that might keep > the directories open? I tried that on a physical machine with an on-access virus scanner enabled and disabled, and also on a virtual machine (VirtualBox) with no virus scanner installed. Makes no difference. I also used "Process Explorer" (www.sysinternals.com) to find any other process that might have the directory open, but there wasn't any. If you know any other tools for that, let me know. Regards, Stefan -- ---------------------------------------------------------------- /dev/random says: Aren't cats just widdle furry balls of love? python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ANNOUNCE: Git for Windows 1.7.9 2012-02-09 7:45 ` Stefan Näwe 2012-02-09 8:11 ` Stefan Näwe @ 2012-02-09 13:44 ` Atsushi Nakagawa 1 sibling, 0 replies; 6+ messages in thread From: Atsushi Nakagawa @ 2012-02-09 13:44 UTC (permalink / raw) To: Stefan Nawe Cc: Pat Thoyts, msysGit, Git Mailing List, Karsten Blees, Heiko Voigt On Thu, 09 Feb 2012 08:45:19 +0100 Stefan Nawe <stefan.naewe@atlas-elektronik.com> wrote: > Am 01.02.2012 12:23, schrieb Pat Thoyts: > > This release brings the latest release of Git to Windows users. > > > > [...] > > I'm getting errors from 'git repack -Ad' with this version on Windows XP: > > $ /bin/git repack -Ad > Counting objects: 147960, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (35552/35552), done. > Writing objects: 100% (147960/147960), done. > Total 147960 (delta 110699), reused 147960 (delta 110699) > Deletion of directory '.git/objects/01/' failed. Should I try again? (y/n) > Deletion of directory '.git/objects/05/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/07/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/0c/' failed. Should I try again? (y/n) n > Deletion of directory '.git/objects/10/' failed. Should I try again? (y/n) > ... I was getting this a few months back before I set GIT_ASK_YESNO to false and forgot all about it. For me, it occurred every time I allowed git-gui to pack loose objects and I sort of assumed repack was doing a 'rmdir .git/objects/*/" to clean up empty directories and was triggering the prompt on non-empty directories. There was a bit of discussion regarding a slightly different symptom a while back: http://groups.google.com/group/msysgit/browse_thread/thread/0f75ac5abd850e21 Regards, -- Atsushi Nakagawa <atnak@chejz.com> Changes are made when there is inconvenience. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-09 13:46 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-02-01 11:23 ANNOUNCE: Git for Windows 1.7.9 Pat Thoyts 2012-02-09 7:45 ` Stefan Näwe 2012-02-09 8:11 ` Stefan Näwe 2012-02-09 13:00 ` karsten.blees 2012-02-09 13:25 ` Stefan Näwe 2012-02-09 13:44 ` Atsushi Nakagawa
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox