web commit by http://id.loopysoft.com/matt/
parent
30b9f6c354
commit
ea588b7b2a
|
@ -169,7 +169,7 @@ DreamHost has a pretty installation and management GUI for SVN, but it means you
|
||||||
|
|
||||||
cd your/ikiwiki/source/dir/here
|
cd your/ikiwiki/source/dir/here
|
||||||
svn mkdir "file:///home/user/svn/yoursvnrepositoryhere/whereyouwanttoinstallto" -m "create trunk directory"
|
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 propset svn:ignore ".ikiwiki" . # Note the dot, it's important
|
||||||
svn add *
|
svn add *
|
||||||
svn commit -m "initial import"
|
svn commit -m "initial import"
|
||||||
|
|
Loading…
Reference in New Issue