git.llvm.org mirror out of date?

Hi,

Cloning from:

https://git.llvm.org/git/clang.git

Which I understand to be the official git mirror of svn right now [0], the tip of master reports that it’s at svn revision 346837. However, checking out clang over svn reports the latest revision is 346929. The git mirror thus seems to be out of date by about 24 hours, with r346838 being the first clang commit that isn’t in the git mirror.

Is this a known issue at this time? The corresponding llvm.git mirror appears to be keeping up to date with subversion.

[0] Ignoring monorepo matters.

Hi,

Cloning from:

https://git.llvm.org/git/clang.git

Which I understand to be the official git mirror of svn right now [0],
the tip of master reports that it's at svn revision 346837. However,
checking out clang over svn reports the latest revision is 346929. The
git mirror thus seems to be out of date by about 24 hours, with r346838
being the first clang commit that isn't in the git mirror.

Is this a known issue at this time? The corresponding llvm.git mirror
appears to be keeping up to date with subversion.

[0] Ignoring monorepo matters.

Oh, this is probably the reason why I got failures in unittests in clang
then when I pulled the latest stuff from trunk in llvm and clang from
the git mirrors.

I'm probably suffering from this too then.

/Mikael

Should be fixed now, thanks!