aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-11-01 23:39:54 -0500
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-11-01 23:39:54 -0500
commite4e63a6f17be74985539752da46647eaf09cb69b (patch)
tree26e2f2aeee2520791f8ca15fe3ef032022024dd2
parentdf2c15555708a84dbd62ef4b8f4b45a979e1531e (diff)
downloadikiwiki-e4e63a6f17be74985539752da46647eaf09cb69b.tar
ikiwiki-e4e63a6f17be74985539752da46647eaf09cb69b.tar.gz
note CVS usage
-rw-r--r--doc/setup.mdwn1
-rw-r--r--doc/setup/byhand.mdwn6
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn
index 89444c9a8..2d4da5536 100644
--- a/doc/setup.mdwn
+++ b/doc/setup.mdwn
@@ -65,6 +65,7 @@ source. (Remember to replace "foo" with the real directory name.)
git clone foo.git foo.src
svn checkout file://`pwd`/foo.svn/trunk foo.src
+ cvs -d `pwd`/foo get -P ikiwiki
bzr clone foo foo.src
hg clone foo foo.src
# TODO monotone, tla
diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn
index 53f8d18bb..b2ff7bd01 100644
--- a/doc/setup/byhand.mdwn
+++ b/doc/setup/byhand.mdwn
@@ -124,6 +124,12 @@ revision control.
ikiwiki-makerepo svn $SRCDIR $REPOSITORY
"""]]
+[[!toggle id=subversion text="CVS"]]
+[[!toggleable id=cvs text="""
+ REPOSITORY=~/wikirepo
+ ikiwiki-makerepo cvs $SRCDIR $REPOSITORY
+"""]]
+
[[!toggle id=git text="Git"]]
[[!toggleable id=git text="""
REPOSITORY=~/wiki.git