]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/setup.mdwn
update
[ikiwiki.git] / doc / setup.mdwn
index 857a9dbae01bd0323afbc309306c36061544d417..6aabf53db83f482ac4f391c58acc85fe1fa54a5f 100644 (file)
@@ -135,10 +135,9 @@ about using the git repositories.
        ikiwiki-makerepo mercurial $SRCDIR
 """]]
 
-[[toggle id=mercurial text="Bazaar"]]
+[[toggle id=bazaar text="Bazaar"]]
 [[toggleable id=bazaar text="""
        REPOSITORY=$SRCDIR
-       # FIXME: doesn't work yet with bzr
        ikiwiki-makerepo bzr $SRCDIR
 """]]
 
@@ -187,7 +186,8 @@ about using the git repositories.
 Once your wiki is checked in to the revision control system,
 you should configure ikiwiki to use revision control. Edit your
 ikiwiki.setup, and uncomment the lines for the revision control system
-you chose to use. Uncomment the block for the wrapper for your revision
+you chose to use. Be sure to set `svnrepo` to $REPOSITORY, if using
+subversion. Uncomment the block for the wrapper for your revision
 control system, and configure the wrapper path in that block
 appropriately (for Git, it should be `$REPOSITORY/hooks/post-update`).