[cfe-commits] r161038 - in /cfe/trunk: lib/Driver/ test/Driver/ test/Driver/Inputs/ubuntu_12.04_LTS_multiarch_tree/ test/Driver/Inputs/ubuntu_12.04_LTS_multiarch_tree/lib/ test/Driver/Inputs/ubuntu_12.04_LTS_multiarch_tree/lib/arm-linux-gnueabi/

Chandler Carruth chandlerc at google.com
Tue Jul 31 04:08:51 PDT 2012


On Tue, Jul 31, 2012 at 3:58 AM, Jiangning Liu <jiangning.liu at arm.com>wrote:

> The failure should be fixed by r161042 and r161043.
>
> http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/2187
>
> The root cause is git-svn ignores empty folders, while build bot system is
> using git repository rather than svn repository. Sorry for any
> inconvenience caused!
>
> Much as I’d love to use git as well, should build bot use svn repository
> rather than git, because our code check-in is based on svn repository
> rather than git repository. Strictly speaking, git repository is only a
> mirror. For this particular issue, we can’t reproduce it on svn repository,
> so it’s a bit misleading.


We have a very large number of developers that rely heavily on the git
mirrors and git-svn bridge. Breaking those developers and users isn't
really OK at this point, so it's actually very useful that we have some
build bots that exercise the git checkouts. Otherwise, we would miss issues
like this that are very real issues for other developers on the project.

Thanks for tracking it down and fixing it!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120731/e68a78f4/attachment.html>


More information about the cfe-commits mailing list