+2. Decide where your wiki's files will go.
+
+ Pick three directories for respectively the repository (contains
+ the "master copy" and history); working copy (checked-out
+ files from the repository); and web pages (served by the web server).
+
+ For the purposes of this tutorial, we'll set shell variables
+ for these locations, and use those variables in the commands that follow.
+
+ REPOSITORY=~/wikirepo
+ SRCDIR=~/wikiwc
+ DESTDIR=~/public_html/wiki/
+
+3. Create the master rcs repository for your wiki.