projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d0f63
)
blah
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Jun 2006 05:34:46 +0000
(
05:34
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Jun 2006 05:34:46 +0000
(
05:34
+0000)
doc/setup.mdwn
patch
|
blob
|
history
diff --git
a/doc/setup.mdwn
b/doc/setup.mdwn
index 68c7ee1df37ebce923cfd464d65828147c6a7a80..01649b1971e61fd346868d5482ca0635326ed756 100644
(file)
--- 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