web commit by UlrikSverdrup: minor: markup

master
joey 2007-09-12 18:40:03 +00:00
parent 8a2296fa85
commit 0c377f2975
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Otherwise, I hope migrating is just importing the svn repo to git and then setti
### Solution ###
**Basis:** I only use ikiwiki as a wiki compiler. No cgi or anything.
I imported my svn repo into git with git-svnimport. I reconfigured ikiwiki to _not use any rcs_. In `ikiwiki.setup`, I have the git repository as srcdir, and a suitable dstdir.
I imported my svn repo into git with `git-svnimport`. I reconfigured ikiwiki to _not use any rcs_. In `ikiwiki.setup`, I have the git repository as srcdir, and a suitable dstdir.
Then, in my git repository, I added this `post-commit` hook to refresh the wiki: