Skip to content

Abort on conflicting ref names #58

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

Conversation

Vampire
Copy link
Contributor

@Vampire Vampire commented Oct 9, 2018

If you have a ref name refs/tags/foo you cannot create a ref refs/tags/foo/bar
and also the other way around, as for the former a file and the the latter a directory
would be created that both would be named 'foo' as long as the refs are not packed.

So check for this and abort early so that the rules can be adapted to produce proper names.

If you have a ref name refs/tags/foo you cannot create a ref refs/tags/foo/bar
and also the other way around, as for the former a file and the the latter a directory
would be created that both would be named 'foo' as long as the refs are not packed.

So check for this and abort early so that the rules can be adapted to produce proper names.
@tnyblom tnyblom merged commit e51772b into svn-all-fast-export:master Apr 15, 2019
@Vampire Vampire deleted the abort-on-conflicting-branch-names branch August 5, 2019 16:41
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.

2 participants