diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-19 14:05:59 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-19 14:05:59 -0400 |
commit | 9b799ccc851afc70b5b068e088f095e14005bda8 (patch) | |
tree | 539cb9d5de573e804473e75904215ee6d237c40d /doc/bugs | |
parent | 036f4f367d092b5017e1deb4cd95480ac1171da7 (diff) | |
download | ikiwiki-9b799ccc851afc70b5b068e088f095e14005bda8.tar ikiwiki-9b799ccc851afc70b5b068e088f095e14005bda8.tar.gz |
po: Fixed to run rcs_add ralative to srcdir.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn b/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn index f87457080..6fadff07e 100644 --- a/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn +++ b/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn @@ -5,3 +5,10 @@ I have set absolute path for srcdir = '/path/to/repo/doc/'. The root of my git r I have no problem when I use an relative path like srcdir = '.'. I have an other issue with the po plugin when I set the srcdir to './doc/' (provided that my config file is in /path/to/repo). In this case the po plugin try to add 'doc/doc/index.fr.po' which does not exists (seems like the srcdir path is prepended twice). + +> You should never use a relative srcdir path with ikiwiki. +> +> I wonder what version of git you have there, since it works ok with the +> version I have here. But, the po plugin is definitly doing the wrong +> thing; it's telling git to add the po file with the full scrdir path +> rather than relative to its root. Fixed that. [[done]] --[[Joey]] |