aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 00:15:27 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 00:15:27 +0000
commitcb69af55f24290d9b337c320db0162405a0156d9 (patch)
tree1527f681e983145bd69929e65470be6cb0fa6bd1 /doc
parent7884f69eaf4eb7416306a47c3bcb7d717443ac56 (diff)
downloadikiwiki-cb69af55f24290d9b337c320db0162405a0156d9.tar
ikiwiki-cb69af55f24290d9b337c320db0162405a0156d9.tar.gz
web commit by http://id.inelegant.org/
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/index.html_allowed.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/patchqueue/index.html_allowed.mdwn b/doc/patchqueue/index.html_allowed.mdwn
index cd21d6083..5190c8fb3 100644
--- a/doc/patchqueue/index.html_allowed.mdwn
+++ b/doc/patchqueue/index.html_allowed.mdwn
@@ -237,4 +237,6 @@ How about doing the index stuff only on the output side? (Or does the latter pat
>> FWIW, [use_dirs.diff](http://iki.fi/tuomov/use_dirs.diff) applies cleanly, and works well for me. Given that it makes this behaviour optional, how about merging it? I have some follow-up patches which I'm sitting on for now. ;-) -- Ben
->>> How do you apply a patch created by svn diff? I've been curious about this for a long time. The use_dirs patch looks OK but I'd like to play with it. --Ethan \ No newline at end of file
+>>> How do you apply a patch created by svn diff? I've been curious about this for a long time. The use_dirs patch looks OK but I'd like to play with it. --Ethan
+
+>>>> Just do `svn co svn://ikiwiki.kitenet.net/ikiwiki/trunk ikiwiki` then `cd ikiwiki && patch -p0 <use_dirs.diff`. :-) Same would work with a tarball as well. \ No newline at end of file