diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-20 19:06:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-20 19:06:52 -0500 |
commit | ea588b7b2a4c22ea7f2e7daaba01891f48d0894c (patch) | |
tree | 91323d9a3807672a4f63cf3445ce701924233b75 | |
parent | 30b9f6c354f549a162fb1a73d09e2117749fc11e (diff) |
web commit by http://id.loopysoft.com/matt/
-rw-r--r-- | doc/SharedHosting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SharedHosting.mdwn b/doc/SharedHosting.mdwn index 4b5893b92..4bd0c16d4 100644 --- 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" - 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" |