horato

Results 12 comments of horato

Unfortunately I wasn't able to reproduce the issue on a fresh repository. Is there any way to resolve this? Some kind of verbose logging or something? I can't share the...

There's actually an error at the end of import. It seems to have terminated the whole process. ``` $ git lfs migrate import --everything --include="*.dll,*.xml,*.zip,*.exe,*.rar,*.xmind,*.eap" migrate: Sorting commits: ..., done....

I am guessing https://github.com/git-lfs/git-lfs/blob/4f926516b20df86928c894a52fe5e39fe9c58bcf/git/githistory/ref_updater.go#L94 this line adds the extra refs/tags/

I wasn't able to reproduce it in the test repo with ``` git tag -a AnnotatedTag git tag -a AnnotatedTag2 AnnotatedTag ``` But it doesn't seem the original tag points...

This is trace log from the import run. I have truncated lots of lines as they repeat the previous command with just another branch/tag name. ``` ... 20:48:41.438699 trace git-lfs:...

There was an issue with tags created through the web interface. They fixed it in VSTS2019 so I am guessing the issue still exists in our version. https://developercommunity.visualstudio.com/t/annotated-git-tags-are-improperly-created-by-vsts/279471 Do you...

I've finally reproduced the issue in my test repo. To reproduce it I had to create new branch, new commit, tag the new commit in the TFS web interface and...

Can't you check the tag name and if it already contains /refs/tags/ then don't prepend another /refs/tags? I am not sure how to fix this. Should I somehow rename all...

Thank you, I think I know what it does, but I am not sure how. $workdir seems to be empty so I set it to $PWD. Hope that's okay. Apart...

You can somewhat work around this issue by adding this line to .csproj of the nuget project `true`