On Fri, 4 Jul 2014, Konstantin Serebryany wrote: > BTW, I really want to change our current scheme of merging sanitizer > sources to gcc -- > to use 'svn external' or some such instead of maintaining a copy.
I believe we should avoid all use of systems such as svn externals or git submodules, so that it is always the case that ordinary operations such as commits, branching, tagging etc. do serve to commit, branch, tag etc. the entire source tree in the GCC repository, when done by anyone with write access to it and without needing write access to any external repository. -- Joseph S. Myers jos...@codesourcery.com