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"