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 14:45:29 -0400
committerJoey Hess <joey@kitenet.net>2009-08-19 14:45:29 -0400
commit69874215d4c8ca5fcf877f020352ec17f4a43c14 (patch)
tree6e701a3f800fea7c3fb9265e0fad77d87f7c38ae /doc/bugs/po_plugin_cannot_add_po_files_into_git.mdwn
parente6ed1aabfd06884b655deaf5af0c25263aa5c1a0 (diff)
downloadikiwiki-69874215d4c8ca5fcf877f020352ec17f4a43c14.tar
ikiwiki-69874215d4c8ca5fcf877f020352ec17f4a43c14.tar.gz
formatting
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.mdwn26
1 files changed, 13 insertions, 13 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 c794f82d7..8e3399611 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
@@ -17,18 +17,18 @@ I have an other issue with the po plugin when I set the srcdir to './doc/' (prov
>> Git version 1.6.3.3 (on both my dev and server machines)
>>
>> Here is an example of what I get when I update the po file on my laptop and I push to the master repository:
->>
->> From /srv/git/sb
->> 5eb4619..ecac4d7 master -> origin/master
->> scanning doc.fr.po
->> building doc.fr.po
->> building doc.mdwn, which depends on doc.fr
->> building recentchanges.mdwn, which depends on recentchanges/change_ecac4d7311b15a3a3ed03102b9250487315740bc
->> fatal: '/srv/www/sb.l.n/new/doc/doc.fr.po' is outside repository
->> 'git add /srv/www/sb.l.n/new/doc/doc.fr.po' failed: at /usr/share/perl5/IkiWiki/Plugin/git.pm line 161.
->> done
->> To ssh://git.lohrun.net/var/cache/git/songbook.git
->> 5eb4619..ecac4d7 master -> master
->>
+
+ From /srv/git/sb
+ 5eb4619..ecac4d7 master -> origin/master
+ scanning doc.fr.po
+ building doc.fr.po
+ building doc.mdwn, which depends on doc.fr
+ building recentchanges.mdwn, which depends on recentchanges/change_ecac4d7311b15a3a3ed03102b9250487315740bc
+ fatal: '/srv/www/sb.l.n/new/doc/doc.fr.po' is outside repository
+ 'git add /srv/www/sb.l.n/new/doc/doc.fr.po' failed: at /usr/share/perl5/IkiWiki/Plugin/git.pm line 161.
+ done
+ To ssh://git.lohrun.net/var/cache/git/songbook.git
+ 5eb4619..ecac4d7 master -> master
+
>> The root repository used to run ikiwiki is `/srv/www/sb.l.n/new/`
>> -- [[AlexandreDupas]]