aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn
diff options
context:
space:
mode:
authorAlexandreDupas <AlexandreDupas@web>2009-08-19 12:33:09 -0400
committerJoey Hess <joey@kitenet.net>2009-08-19 12:33:09 -0400
commit036f4f367d092b5017e1deb4cd95480ac1171da7 (patch)
tree9de5f717836f54f6167b0e86b2286be6e6e39bb1 /doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn
parenteedd1687f821a649ff2d30da8beb67012cdab50d (diff)
downloadikiwiki-036f4f367d092b5017e1deb4cd95480ac1171da7.tar
ikiwiki-036f4f367d092b5017e1deb4cd95480ac1171da7.tar.gz
bugs with po and git plugins
Diffstat (limited to 'doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn')
-rw-r--r--doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn7
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
new file mode 100644
index 000000000..f87457080
--- /dev/null
+++ b/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn
@@ -0,0 +1,7 @@
+po files are not added to git (error: /path/to/po/file not in repository tree) in my setup.
+
+I have set absolute path for srcdir = '/path/to/repo/doc/'. The root of my git repository is '/path/to/repo/'. When I enable the po plugin, it creates all po files and produces an error when it try to add the file saying that the /path/to/repo/doc/index.fr.po is not in the repository tree.
+
+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).