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 | 9b96e80da402a8acb623450e94447b93132b9dee (patch) | |
tree | 45c4586cfb2b5fa34b072663c43e914f6b685f82 /docs/DeveloperPolicy.html | |
parent | b91227dc6ca0ff8a6be1951fb26052ac9eabe3f1 (diff) |
add a link to the GSG for info on how to check out svn trunk
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 0c87a69722..b11e48bee3 100644 --- a/docs/DeveloperPolicy.html +++ b/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 |