[lldb-dev] No release_35 Git Branch?

Nicholas White n.j.white at gmail.com
Mon Nov 24 10:35:38 PST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141124/a84ea3dc/attachment.html>


More information about the lldb-dev mailing list