diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-10 18:23:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-10 18:23:09 -0400 |
commit | 87f46582f518e48d3875864bfc490a52be739520 (patch) | |
tree | 89d0f5960b37aa8e4f077974c85165cea2aead5a /doc/bugs | |
parent | 9710d989781038b58a71ec2aebb25f85faa92b53 (diff) | |
download | ikiwiki-87f46582f518e48d3875864bfc490a52be739520.tar ikiwiki-87f46582f518e48d3875864bfc490a52be739520.tar.gz |
Fix committing attachments when using svn.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Attachment_plug-in_not_committing_files.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Attachment_plug-in_not_committing_files.mdwn b/doc/bugs/Attachment_plug-in_not_committing_files.mdwn index 05db1f86e..aaba13326 100644 --- a/doc/bugs/Attachment_plug-in_not_committing_files.mdwn +++ b/doc/bugs/Attachment_plug-in_not_committing_files.mdwn @@ -10,3 +10,9 @@ From this code it looks like $dest needs to be absolute and that a relative path push @attachments, $dest; I'm using ikiwiki version 3.20120202ubuntu1. + +> I don't think this affects git, just because it happens to +> allow adding with an absolute path. +> +> So, this is an interesting way svn support can bit rot if nothing +> is testing it! [[fixed|done]] --[[Joey]] |