[LLVMdev] 3.1 Has Branched
Gregory Junker
gjunker at dayark.com
Mon Apr 16 23:41:49 PDT 2012
On 4/16/2012 11:29 PM, Jiao Xianjun wrote:
> how to get this branch?
> still svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm?
> Thank you.
>
>
For new checkouts:
svn co http://llvm.org/svn/llvm-project/llvm/branches/release_31 llvm
For existing code (say you have ToT from just before the branch and you
want to freeze it on the 3.1 branch), you would want to use the "svn
switch" command (from within your top-level LLVM SVN directory):
svn switch http://llvm.org/svn/llvm-project/llvm/branches/release_31 .
(include the trailing dot).
Then you can just do svn update as normal to stay up to date with the
3.1 tree.
Greg
More information about the llvm-dev
mailing list