[LLVMdev] svnsync of llvm tree
David A. Greene
greened at obbligato.org
Thu Oct 6 08:01:49 PDT 2011
Oliver Schneider <gmane at assarbad.net> writes:
>>> However, we have official git mirrors of most of the projects on
>>> llvm.org, would using them instead of svnsync be an option for you?
>>
>> Well, if the authoritative source code control system for all the
>> llvm projects is svn, I'd just as soon use svn as the tool at my end.
> The git mirrors only contain what's in trunk in the SVN repos.
I think it contains branches of several previous releases:
$ git branch -r
llvm-upstream/master
llvm-upstream/release_1
llvm-upstream/release_16
llvm-upstream/release_20
llvm-upstream/release_21
llvm-upstream/release_22
llvm-upstream/release_23
llvm-upstream/release_24
llvm-upstream/release_25
llvm-upstream/release_26
llvm-upstream/release_27
llvm-upstream/release_28
llvm-upstream/release_29
llvm-upstream/svn-tags/RELEASE_1
llvm-upstream/svn-tags/RELEASE_20
llvm-upstream/svn-tags/RELEASE_21
llvm-upstream/svn-tags/RELEASE_22
llvm-upstream/svn-tags/RELEASE_23
llvm-upstream/svn-tags/RELEASE_24
llvm-upstream/svn-tags/RELEASE_25
llvm-upstream/svn-tags/RELEASE_26
llvm-upstream/svn-tags/RELEASE_27
llvm-upstream/svn-tags/RELEASE_28
llvm-upstream/svn-tags/RELEASE_29
It's possible I set that up myself. I can't remember.
-Dave
More information about the llvm-dev
mailing list