From: joey Date: Fri, 2 Jun 2006 05:34:01 +0000 (+0000) Subject: better blocking X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/c3d0f631010c6dbb23be92d5534609fd4eaf0fe3?hp=30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3 better blocking --- diff --git a/doc/setup.mdwn b/doc/setup.mdwn index f93f71fe1..68c7ee1df 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -9,7 +9,7 @@ and that has optional support for commits from the web. # Subversion svnadmin create /svn/wikirepo svn mkdir file:///svn/wikirepo/trunk -m create - + # Git mkdir /git/wikirepo cd /git/wikirepo @@ -19,7 +19,7 @@ and that has optional support for commits from the web. # Subversion svn co file:///svn/wikirepo/trunk ~/wikiwc - + # Git git clone /git/wikirepo ~/wikiwc @@ -38,11 +38,11 @@ and that has optional support for commits from the web. cd ~/wikiwc cp /usr/share/ikiwiki/basewiki/index.mdwn . $EDITOR index.mdwn - + # Subversion svn add index.mdwn svn commit -m customised index.mdwn - + # Git git add index.mdwn git commit -m customised index.mdwn