You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: