[llvm-dev] Problem updating monorepo on Windows

NAKAMURA Takumi via llvm-dev llvm-dev at lists.llvm.org
Fri May 11 15:58:14 PDT 2018


Reid,

For now, I have removed RELEASE_600/filnal in the github.
I will rename release_600 to RELEASE_600/final in the future. (Then, I have
to regenerate packages)

Sorry for the inconvenience.

Takumi

On Sat, May 12, 2018 at 2:52 AM Reid Kleckner <rnk at google.com> wrote:

> Hi folks,
>
> I recently started getting errors when I fetch from the github monorepo (
> https://github.com/llvm-project/llvm-project-20170507).
>
> They look like this:
> $ git fetch
> error: cannot lock ref 'refs/tags/release_600': there is a non-empty
> directory '.git/refs/tags/release_600' blocking reference
> 'refs/tags/release_600'
> From github.com:llvm-project/llvm-project-20170507
>  ! [new tag]                   release_600 -> release_600  (unable to
> update local ref)
>
> It seems there is a conflict between the "release_600" tag and the
> "RELEASE_600/final" tag. It seems like that would affect all
> case-insensitive filesystems, including both NTFS and HFS.
>
> Can somebody delete the tag on the remote so that this works normally
> again?
>
> Thanks,
> Reid
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180512/a59a8ace/attachment.html>


More information about the llvm-dev mailing list