aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Projects.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
commit669ed45029765df223ba7e9cdc242f62c17497e4 (patch)
treee7fbee74346251b81e83a79239fd68d5efd54e1f /docs/Projects.html
parentb9eeb1acbcabd8e6cbbdaa24f8a8fd4fdc24e97a (diff)
downloadexternal_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.zip
external_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.gz
external_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.bz2
Subversionify the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r--docs/Projects.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index ed13b4c..cb7a7c1 100644
--- a/docs/Projects.html
+++ b/docs/Projects.html
@@ -88,10 +88,10 @@ choosing. You can place it anywhere you like. Rename the directory to match
the name of your project.</li>
<li>
-If you downloaded LLVM using CVS, remove all the directories named CVS (and all
-the files therein) from your project's new source tree. This will keep CVS
-from thinking that your project is inside <tt>llvm/projects/sample</tt>.
-</li>
+If you downloaded LLVM using Subversion, remove all the directories named .svn
+(and all the files therein) from your project's new source tree. This will
+keep Subversion from thinking that your project is inside
+<tt>llvm/trunk/projects/sample</tt>.</li>
<li>Add your source code and Makefiles to your source tree.</li>