<div dir="ltr"><div><div><div>Hi -<br><br></div>I'm trying to check out the LLDB 3.5 release branch via git. The branch exists in SVN (<a href="http://llvm.org/svn/llvm-project/lldb/branches/release_35">http://llvm.org/svn/llvm-project/lldb/branches/release_35</a>) but a fresh checkout of the LLDB git mirror only has branches up to 3.4:<br><br>lldb master $ git branch -a<br>* master<br>  remotes/origin/HEAD -> origin/master<br>  remotes/origin/master<br>  remotes/origin/release_32<br>  remotes/origin/release_33<br>  remotes/origin/release_34<br>lldb master $ cat .git/config <br>[core]<br>    repositoryformatversion = 0<br>    filemode = true<br>    bare = false<br>    logallrefupdates = true<br>    ignorecase = true<br>    precomposeunicode = false<br>[remote "origin"]<br>    fetch = +refs/heads/*:refs/remotes/origin/*<br>    url = <a href="http://llvm.org/git/lldb.git">http://llvm.org/git/lldb.git</a><br>[branch "master"]<br>    remote = origin<br>    merge = refs/heads/master<br>    rebase = true<br>lldb master $ <br><br></div>Was the git mirroring deliberately terminated? Thanks -<br><br></div>Nick<br><div><div><div><br></div></div></div></div>