Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix duplicate basenames to support older VS on master #3360

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

Merged
merged 1 commit into from
Aug 5, 2015

Conversation

johnhaley81
Copy link
Contributor

With Visual Studio versions 2008 and older they ignore the full path to files and only check
the basename of the file to find a collision. Additionally, having duplicate basenames can break
other build tools like GYP.

This fixes #3356

This is the master branch fix version of #3359. It needed to update src/util.c to point to the new file name.

With Visual Studio versions 2008 and older they ignore the full path to files and only check
the basename of the file to find a collision. Additionally, having duplicate basenames can break
other build tools like GYP.

This fixes libgit2#3356
@johnhaley81 johnhaley81 changed the title Fix duplicate basenames to support older VS Fix duplicate basenames to support older VS on master Aug 5, 2015
@johnhaley81
Copy link
Contributor Author

This seems to be a dupe of #3357. Don't know which one you guys would rather take.

ethomson added a commit that referenced this pull request Aug 5, 2015
Fix duplicate basenames to support older VS on master
@ethomson ethomson merged commit 98f7bd2 into libgit2:master Aug 5, 2015
@ethomson
Copy link
Member

ethomson commented Aug 5, 2015

Thanks!

@johnhaley81 johnhaley81 deleted the master-duplicate-basename-fix branch October 9, 2015 00:55
max630 added a commit to max630/libgit2 that referenced this pull request Aug 28, 2016
…-basename-fix"

This reverts commit 98f7bd2, reversing
changes made to cf716be.
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

Successfully merging this pull request may close these issues.

Duplicate base names kills build on older versions of Visual Studio
2 participants