sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
30b9f6c
)
web commit by http://id.loopysoft.com/matt/
author
Joey Hess
<joey@kitenet.net>
Mon, 21 Jan 2008 00:06:52 +0000
(19:06 -0500)
committer
Joey Hess
<joey@kitenet.net>
Mon, 21 Jan 2008 00:06:52 +0000
(19:06 -0500)
doc/SharedHosting.mdwn
patch
|
blob
|
history
diff --git
a/doc/SharedHosting.mdwn
b/doc/SharedHosting.mdwn
index 4b5893b929f5326495067396414e821378c2f420..4bd0c16d46e79843dbb0aec5ff73010a4cc483b8 100644
(file)
--- a/
doc/SharedHosting.mdwn
+++ b/
doc/SharedHosting.mdwn
@@
-169,7
+169,7
@@
DreamHost has a pretty installation and management GUI for SVN, but it means you
cd your/ikiwiki/source/dir/here
svn mkdir "file:///home/user/svn/yoursvnrepositoryhere/whereyouwanttoinstallto" -m "create trunk directory"
cd your/ikiwiki/source/dir/here
svn mkdir "file:///home/user/svn/yoursvnrepositoryhere/whereyouwanttoinstallto" -m "create trunk directory"
- svn co "file://
$repository/trunk
" . # Note the dot, it's important
+ svn co "file://
/home/user/svn/yoursvnrepositoryhere/whereyouwanttoinstallto
" . # Note the dot, it's important
svn propset svn:ignore ".ikiwiki" . # Note the dot, it's important
svn add *
svn commit -m "initial import"
svn propset svn:ignore ".ikiwiki" . # Note the dot, it's important
svn add *
svn commit -m "initial import"