diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-10 21:37:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-10 21:37:16 +0000 |
commit | 5e2f255c0969c7ddcc371f0676044c520eddc5bb (patch) | |
tree | a7bcaaf1988aaa943893ea727470d4e8f515dc81 /llvm/docs/DeveloperPolicy.html | |
parent | 10a5a6f057fdbedc2974f09eb695a705cc8cc221 (diff) | |
download | bcm5719-llvm-5e2f255c0969c7ddcc371f0676044c520eddc5bb.tar.gz bcm5719-llvm-5e2f255c0969c7ddcc371f0676044c520eddc5bb.zip |
add a link to the GSG for info on how to check out svn trunk
llvm-svn: 83734
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 0c87a697228..b11e48bee35 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -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 |