Hello: I am told that compile cling, from CERN, I need revision 165095. HOW do I check out that version? When going through the /tags directory, all version are 17xxxx. I tried svn checkout -r 165095 http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx llvm but it will not work with either /truck or /tags I tried svn checkout http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx at 165095, but that also doen't work for either /trunk or /tags Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130218/a25e0874/attachment.html>
Hi Dennis, > I am told that compile cling, from CERN, I need revision 165095. HOW do I check> out that version? When going through the /tags directory, all version are 17xxxx. > > I tried svn checkout -r 165095 http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx llvm > but it will not work with either /truck or /tagsthis works for me: svn co -r 165095 http://llvm.org/svn/llvm-project/llvm/trunk Ciao, Duncan.
Reasonably Related Threads
- [cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
- [cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
- [cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
- [RFC] Moving (parts of) the Cling REPL in Clang
- Feasibility of cling/llvm interpreter for JIT replacement