[PATCH] D24167: Moving to GitHub - Unified Proposal

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 14:18:27 PDT 2016


mehdi_amini added inline comments.


> mehdi_amini wrote in GitHubMove.rst:355
> When you commit to SVN, you add a "patch" on top of the existing codebase. Unless there is a conflict your patch will be committed.
> It does not mean it will build, since someone else may just have changed an API you're using in your patch.
> 
> The new monorepo won't be different from SVN on this aspect: you have the same frequency of commits, and you can run `git pull && git push` which is roughly equivalent to `git svn dcommit` today.
> The thing is that between the `git pull` and the `git push`, you can also inspect what changed since your last build/check, and decide if you need to rebuild or not.

Maybe we should just remove all this paragraph, it is confusing...

https://reviews.llvm.org/D24167





More information about the llvm-commits mailing list