Hi all, We branched for the 3.1 release! (Yay!) If there are any fixes which you think should go into the release, please contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) so that they can approve the patches. No patches will be accepted into the 3.1 release without prior approval! This should be a great release! :-) -bw
how to get this branch? still svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm? Thank you. On Tue, Apr 17, 2012 at 2:16 PM, Bill Wendling <wendling at apple.com> wrote:> Hi all, > > We branched for the 3.1 release! (Yay!) > > If there are any fixes which you think should go into the release, please > contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) > so that they can approve the patches. No patches will be accepted into the > 3.1 release without prior approval! > > This should be a great release! :-) > > -bw > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120417/f6c9d552/attachment.html>
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
On Apr 16, 2012, at 11:29 PM, Jiao Xianjun wrote:> On Tue, Apr 17, 2012 at 2:16 PM, Bill Wendling <wendling at apple.com> wrote: > Hi all, > > We branched for the 3.1 release! (Yay!) > > If there are any fixes which you think should go into the release, please contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) so that they can approve the patches. No patches will be accepted into the 3.1 release without prior approval! > > This should be a great release! :-)>> how to get this branch? > still svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm? > Thank you. >http://llvm.org/svn/llvm-project/llvm/branches/release_31 is where the branch lives. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120417/09fd6a11/attachment.html>
What was the revision the branch was made from? On Apr 16, 2012, at 11:16 PM, Bill Wendling <wendling at apple.com> wrote:> Hi all, > > We branched for the 3.1 release! (Yay!) > > If there are any fixes which you think should go into the release, please contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) so that they can approve the patches. No patches will be accepted into the 3.1 release without prior approval! > > This should be a great release! :-) > > -bw > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
On Wednesday, April 18, 2012 01:57 AM, Ted Kremenek wrote:> What was the revision the branch was made from?svn log http://llvm.org/svn/llvm-project/llvm/branches/release_31/ --stop-on-copy ------------------------------------------------------------------------ r154899 | void | 2012-04-17 10:00:08 +0800 (Tue, 17 Apr 2012) | 1 line Creating release_31 branch ------------------------------------------------------------------------
17.04.2012, 10:16, "Bill Wendling" <wendling at apple.com>:> Hi all, > > We branched for the 3.1 release! (Yay!) > > If there are any fixes which you think should go into the release, please contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) so that they can approve the patches. No patches will be accepted into the 3.1 release without prior approval! > > This should be a great release! :-)When release branch will be available through the git mirror too? -- Regards, Konstantin
> When release branch will be available through the git mirror too?I will wait for another branch and will add the information to mirror -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University