[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors

David A. Greene greened at obbligato.org
Thu Feb 24 08:43:32 PST 2011


NAKAMURA Takumi <geek4civic at gmail.com> writes:

>> I don't think one can share commits from clone A to/from clone B without
>> going through the parent git-svn repository.  Is that right?  I recall
>> having read something about that somewhere.
>
> Maybe sure on git-svn's branch (eg. master).
> "master" should never be pushed to "git-svn", but "git pull --rebase"
> should be done.

Right.

> Each clonee should do "git-svn dcommit" individually.
> (and it would be happier if you did "git pull --rebase llvm.org)

Yep.

> Of course, other branches may be push/pull-ed among repos. It is git!

Does this mean that clone B can pull from clone A and vice-versa?  What
happens when someone does a pull from A to B and then commits to master
(after rebase) from B?  What if someone then commits from A to master
(after rebase)?

                           -Dave




More information about the llvm-dev mailing list