From: Chris Lattner
Date: Sun, 5 Dec 2004 17:48:03 +0000 (+0000)
Subject: Suggest people run cvs up -P -d after checking out the tree so they don't
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e9a501d976c9c799a4cb470b80a37888cd824f2;p=oota-llvm.git
Suggest people run cvs up -P -d after checking out the tree so they don't
get empty directories
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18543 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 3afbc890453..4e8702769b8 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -129,6 +129,7 @@ from the LLVM suite.
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm
co llvm
cd llvm
+ cvs up -P -d