Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
swatanabe opened this issue Feb 20, 2013 · 0 comments
Closed
Assignees

Comments

@swatanabe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants