summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-03-30 17:04:06 +0000
committerNoah Slater <nslater@apache.org>2008-03-30 17:04:06 +0000
commit4ebc9a023d7a739a5a129149ce0e59c0a462d735 (patch)
treeb992330c03f5e0251bc550e23187a397c4c5ca99 /TROUBLESHOOTING
parent8759808415c705fecb4ae35cdb9b554d016ab6c6 (diff)
corrected Markdown formatting and updated from google to apache
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r--TROUBLESHOOTING10
1 files changed, 5 insertions, 5 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index b2963ab6..78ef7e23 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -4,7 +4,7 @@
Have you built CouchDB from the Subversion repository?
-Did you do a svn up that seemed to break everything?
+Did you do a `svn up` that seemed to break everything?
After every update you must run the following command:
@@ -24,11 +24,9 @@ output of each step.
2. Note down the installed versions of CouchDB's dependancies.
- 3. Checkout a fresh version from Subversion:
+ 3. Follow the [checkout instructions][1] to get a fresh copy of trunk.
- svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb
-
- 4. Bootstrap from the couchdb directory:
+ 4. Bootstrap from the `couchdb` directory:
./bootstrap -C
@@ -50,3 +48,5 @@ output of each step.
2. Please add documentation for your system...
8. Report back to the mailing list (or IRC) with the output from each step.
+
+[1]: http://incubator.apache.org/couchdb/community/code.html