[llvm-dev] Process of integrating Polly into LLVM

Kristof Beyls via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 29 03:03:59 PDT 2017


On 23 Sep 2017, at 06:19, Tobias Grosser via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:

      2) svn copy Polly from its own repo into the LLVM main repository

svn mv <polly>/          to            <llvm>/tools/polly

Hi Tobias,

Just a minor point remark: IIUC, in SVN, the different subprojects are all part of the same repository, but in the official git mirrors, each subproject is its own separate top-level git project. Have you checked that doing an "svn mv” like above will also retain the full history in the git mirror? The “svn mv” will move Polly from one top-level git repository (polly) to another (llvm). I’m wondering since I wonder how out-of-repository history (i.e. the Polly history before it was moved to <llvm>/tools/polly) would be represented in git.

Thanks,

Kristof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170929/54ec04da/attachment.html>


More information about the llvm-dev mailing list