Re: Adding all SVN branches to git tree

2013-10-23 Thread Andreas Schwab
Andi Kleen writes: > It would be still far easier if all these branches became normal > git branches. Is there any reason this is not done? You would have to set it up manually, for each and every branch. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1C

Re: Adding all SVN branches to git tree

2013-10-23 Thread Andi Kleen
On Wed, Oct 23, 2013 at 11:06:39AM +0200, Thomas Schwinge wrote: > Hi! > > On Wed, 23 Oct 2013 10:59:57 +0200, Andreas Schwab wrote: > > Andi Kleen writes: > > > > > - Any chance to add all branches from SVN to the standard git mirror? > > > > Actually they are already there, in refs/remotes/g

Re: Adding all SVN branches to git tree

2013-10-23 Thread Thomas Schwinge
Hi! On Wed, 23 Oct 2013 10:59:57 +0200, Andreas Schwab wrote: > Andi Kleen writes: > > > - Any chance to add all branches from SVN to the standard git mirror? > > Actually they are already there, in refs/remotes/google, though they are > awkwardly lumped together in a single tree.

Re: Adding all SVN branches to git tree

2013-10-23 Thread Andreas Schwab
Andi Kleen writes: > - Any chance to add all branches from SVN to the standard git mirror? Actually they are already there, in refs/remotes/google, though they are awkwardly lumped together in a single tree. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8

Adding all SVN branches to git tree

2013-10-23 Thread Andi Kleen
Hi, I wanted to experiment with some of the google branch features (like AutoFDO). But the google branches are not in the standard git tree, only in SVN. My workflow is all git based, so it was difficult to fit a SVN checkout in. I tried to git svn clone myself, but it takes a very long time and w