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')" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html