]> sipb.mit.edu Git - ikiwiki.git/commitdiff
note CVS usage
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Mon, 2 Nov 2009 04:39:54 +0000 (23:39 -0500)
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Mon, 2 Nov 2009 04:39:54 +0000 (23:39 -0500)
doc/setup.mdwn
doc/setup/byhand.mdwn

index 89444c9a861e35f5067994bd5b760670db6acce6..2d4da553615cc52c71c053e81dd23b8deeafa3a7 100644 (file)
@@ -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
 
        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
        bzr clone foo foo.src
        hg clone foo foo.src
        # TODO monotone, tla
index 53f8d18bb343f1441dbd3e52a5948f2532631ecb..b2ff7bd018e0de6d85ee80dedd40a6de240b1418 100644 (file)
@@ -124,6 +124,12 @@ revision control.
        ikiwiki-makerepo svn $SRCDIR $REPOSITORY
 """]]
 
        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
 [[!toggle id=git text="Git"]]
 [[!toggleable id=git text="""
        REPOSITORY=~/wiki.git