diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
| commit | c7f87f202eb0302f2a8e66d00dfedf4c3101e1a3 (patch) | |
| tree | d9baf772563c5757ca9627e644e1005f552c917f /llvm/docs/Projects.html | |
| parent | 267ba45249d5721bebc01784d2873e3ac6af1d0f (diff) | |
| download | bcm5719-llvm-c7f87f202eb0302f2a8e66d00dfedf4c3101e1a3.tar.gz bcm5719-llvm-c7f87f202eb0302f2a8e66d00dfedf4c3101e1a3.zip | |
Subversionify the documentation.
llvm-svn: 38442
Diffstat (limited to 'llvm/docs/Projects.html')
| -rw-r--r-- | llvm/docs/Projects.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index ed13b4c83c5..cb7a7c1bcfa 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |

