This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting libsanitizer to Solaris


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
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]