Re: git mirror repacked, new branches

2009-11-19 Thread Bernie Innocenti
On Thu, 2009-11-19 at 17:45 -0500, Jason Merrill wrote: > The git mirror seems to have stopped updating today. Me bad. I had enabled the ibm and redhat branches in .git/config, and it looked like it was working, but the second time "git svn fetch" ran it choked because refs/remotes/ibm had been cr

Re: git mirror repacked, new branches

2009-11-19 Thread Jason Merrill
The git mirror seems to have stopped updating today. Jason

Re: git mirror repacked, new branches

2009-11-18 Thread Bernie Innocenti
On Thu, 2009-11-19 at 03:11 -0200, Alexandre Oliva wrote: > Yup. Here's the configuration I'm using to build a git repo with all > branches, tags, and also retaining the ability to check out any > directory containing multiple tags, branches, and even the entire SVN > tree (look for dirs). > > [s

Re: git mirror repacked, new branches

2009-11-18 Thread Alexandre Oliva
On Nov 18, 2009, Bernie Innocenti wrote: > I guess git-svn does not cope automatically with nested subdirs in > banches/. That's correct. (save for b*r*anches ;-) > One could manually select them by passing multiple --branches options. Yup. Here's the configuration I'm using to build a git r

Re: git mirror repacked, new branches

2009-11-18 Thread Bernie Innocenti
On Wed, 2009-11-18 at 10:38 -0800, H.J. Lu wrote: > If nested subdirs in banches/ aren't handled properly, shouldn't we > avoid putting them in git mirror? You're right. I killed the bogus branches and asked the git folks for advice. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar La

Re: git mirror repacked, new branches

2009-11-18 Thread H.J. Lu
On Wed, Nov 18, 2009 at 10:09 AM, Bernie Innocenti wrote: > El Wed, 18-11-2009 a las 07:13 -0800, H.J. Lu escribió: >> On Sun, Nov 15, 2009 at 4:32 PM, Bernie Innocenti wrote: >> > I repacked our (un)official git mirror (http://gcc.gnu.org/git) with >> > >> >  git repack -a -d -f --window=100 --d

Re: git mirror repacked, new branches

2009-11-18 Thread Bernie Innocenti
El Wed, 18-11-2009 a las 07:13 -0800, H.J. Lu escribió: > On Sun, Nov 15, 2009 at 4:32 PM, Bernie Innocenti wrote: > > I repacked our (un)official git mirror (http://gcc.gnu.org/git) with > > > > git repack -a -d -f --window=100 --depth=100 --window-memory=2g > > > > The pack is now 600MB, which

Re: git mirror repacked, new branches

2009-11-18 Thread H.J. Lu
On Sun, Nov 15, 2009 at 4:32 PM, Bernie Innocenti wrote: > I repacked our (un)official git mirror (http://gcc.gnu.org/git) with > >  git repack -a -d -f --window=100 --depth=100 --window-memory=2g > > The pack is now 600MB, which is a bit scary, but still manageable. > Mysteriously, cloning this r