]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://id.loopysoft.com/matt/
authorJoey Hess <joey@kitenet.net>
Mon, 21 Jan 2008 00:06:52 +0000 (19:06 -0500)
committerJoey Hess <joey@kitenet.net>
Mon, 21 Jan 2008 00:06:52 +0000 (19:06 -0500)
doc/SharedHosting.mdwn

index 4b5893b929f5326495067396414e821378c2f420..4bd0c16d46e79843dbb0aec5ff73010a4cc483b8 100644 (file)
@@ -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"