Hi Chris, Chris Double wrote: > On Mon, Apr 28, 2008 at 8:35 PM, Phil Dawes <[EMAIL PROTECTED]> wrote: >> error: index file >> .git/objects/pack/pack-90b65acf57b79281a6216f7096a306eb8ca7ab32.idx is >> too small >> Segmentation fault (core dumped) > > The only thing I can think of is there is some corruption during the > download. Is the web server perhaps sending the .idx file as plain > text rather than a binary? >
You nailed it! Putting: AddType application/octet-stream idx AddType application/octet-stream pack into the .htaccess sorted out the problem. I've just noticed that one of my patches is now obsolete (mapped-files using normalized-path), but the csv vocab and other patch (vocab monitor/refresh-all tracks custom vocab-roots) are still valid. Have done some rebase-ing to reflect this. Just to check, are you able to pull from my repository? git pull http://phildawes.net/2008/factor.git master Many thanks, Phil ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
