Re: Git mirror: asan branch

2013-10-29 Thread Andi Kleen
On Tue, Oct 29, 2013 at 05:28:40PM +0100, Tom de Vries wrote: > On 24/10/13 07:05, Andi Kleen wrote: > > Tom de Vries writes: > >> ... > >> Can you translate the last sentence into shell/git command(s)? > > > > It would be far better to just centrally mirror all branches in SVN as > > standard g

Re: Git mirror: asan branch

2013-10-29 Thread Andreas Schwab
Tom de Vries writes: > I've tried that now: > ... > $ git clone git://gcc.gnu.org/git/gcc.git > $ git svn init -Ttrunk --prefix=svn/ svn+ssh://vr...@gcc.gnu.org/svn/gcc > $ git svn fetch > $ git svn show-ignore >> .git/info/exclude > $ git config remote.origin.fetch 'refs/heads/*:refs/remotes/ori

Re: Git mirror: asan branch

2013-10-29 Thread Tom de Vries
On 24/10/13 07:05, Andi Kleen wrote: > Tom de Vries writes: >> ... >> Can you translate the last sentence into shell/git command(s)? > > It would be far better to just centrally mirror all branches in SVN as > standard git branches. Then all these problems wouldn't occur. > > As far as I can te

Re: Git mirror: asan branch

2013-10-23 Thread Andi Kleen
Tom de Vries writes: > ... > Can you translate the last sentence into shell/git command(s)? It would be far better to just centrally mirror all branches in SVN as standard git branches. Then all these problems wouldn't occur. As far as I can tell all the workarounds proposed so far have some n

Re: Git mirror: asan branch

2013-10-23 Thread Tom de Vries
On 04/07/13 14:59, Thomas Schwinge wrote: > Hi! > > On Wed, 3 Jul 2013 09:54:58 -0700, Jason Merrill wrote: >> On 07/03/2013 02:47 AM, Thomas Schwinge wrote: >>> OK, that of course works, but from the wiki page I got the idea that it >>> explicitly was meant to merge these together. So assuming

Re: Git mirror: asan branch

2013-07-04 Thread Thomas Schwinge
Hi! On Wed, 3 Jul 2013 09:54:58 -0700, Jason Merrill wrote: > On 07/03/2013 02:47 AM, Thomas Schwinge wrote: > > OK, that of course works, but from the wiki page I got the idea that it > > explicitly was meant to merge these together. So assuming this used to > > work in the past, I wonder what

Re: Git mirror: asan branch

2013-07-03 Thread Jason Merrill
On 07/03/2013 02:47 AM, Thomas Schwinge wrote: OK, that of course works, but from the wiki page I got the idea that it explicitly was meant to merge these together. So assuming this used to work in the past, I wonder what so that it no longer does; such as Git allowing such duplicates merging in

Re: Git mirror: asan branch

2013-07-03 Thread Thomas Schwinge
Hi! On Wed, 3 Jul 2013 00:18:17 +0200, Andreas Schwab wrote: > Thomas Schwinge writes: > > > If I configure my local Git checkout of the GCC Git mirror to include all > > branches, per , > > then I get: > > > > fatal: refs/remotes/ori

Re: Git mirror: asan branch

2013-07-02 Thread Andreas Schwab
Thomas Schwinge writes: > If I configure my local Git checkout of the GCC Git mirror to include all > branches, per , > then I get: > > fatal: refs/remotes/origin/asan tracks both refs/heads/asan and > refs/remotes/asan > > Is that a l

Git mirror: asan branch

2013-07-02 Thread Thomas Schwinge
Hi! If I configure my local Git checkout of the GCC Git mirror to include all branches, per , then I get: fatal: refs/remotes/origin/asan tracks both refs/heads/asan and refs/remotes/asan Is that a local problem of mine, or a glitch i