[llvm-commits] [llvm] r83734 - /llvm/trunk/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Sat Oct 10 14:37:17 PDT 2009
Author: lattner
Date: Sat Oct 10 16:37:16 2009
New Revision: 83734
URL: http://llvm.org/viewvc/llvm-project?rev=83734&view=rev
Log:
add a link to the GSG for info on how to check out svn trunk
Modified:
llvm/trunk/docs/DeveloperPolicy.html
Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=83734&r1=83733&r2=83734&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Sat Oct 10 16:37:16 2009
@@ -99,7 +99,9 @@
<ol>
<li>Make your patch against the Subversion trunk, not a branch, and not an old
- version of LLVM. This makes it easy to apply the patch.</li>
+ version of LLVM. This makes it easy to apply the patch. For information
+ on how to check out SVN trunk, please see the <a
+ href="GettingStarted.html#checkout">Getting Started Guide</a>.</li>
<li>Similarly, patches should be submitted soon after they are generated. Old
patches may not apply correctly if the underlying code changes between the
More information about the llvm-commits
mailing list