aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn
blob: 6fadff07ea096799ca2bcd09064cd17650f13acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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).

> 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]]