clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

Migrating from a git-svn v1 layout... when building clang-upc on FC17 #8

Closed swatanabe closed 10 years ago

swatanabe commented 11 years ago

The cmake build step concludes with

Migrating from a git-svn v1 layout... Data from a previous version of git-svn exists, but .git/svn (required for this version (1.7.11.7) of git-svn) does not exist. Done migrating from a git-svn v1 layout

when building Clang UPC under FC17, using clang-upc from Github.

We have git-svn installed, so I guess that this error/warning is innocuous, but would like some confirmation on this. Add

Subtasks Add

Related issues

Issue # Delay: days Cancel History

1

Updated by Gary Funck about 1 month ago Comment

FYI, "git status" shows the working directory clean, as expected.

$ git status

On branch master

nothing to commit (working directory clean)

2

Updated by John Wiegley about 1 month ago Comment

As far as I can tell, the Clang build process only uses git-svn to determine which SVN revision you are building against. The information is completely optional, and I've even commented out the code in CMake which runs git-svn with no adverse effects.