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