On Wed, Feb 6, 2019 at 1:12 AM Clemens Feige <[email protected]> wrote: > In an experiment running the following command did the sync for > TracBackLinkPlugin, but running as ordinary user did not: > > trac-admin /data/trac/repos/test/ changeset added "(default)" 157 > > Might be a permission problem ... but I cannot find the problem.
I suggest to confirm whether trac-admin command is correctly invoked like this (check /tmp/post-commit.log after committing). --- post-commit.orig 2018-11-16 01:35:14.000000000 +0900 +++ post-commit 2019-02-06 13:14:36.329457500 +0900 @@ -1,5 +1,8 @@ #!/bin/sh +exec 2>&1 >/tmp/post-commit.log +set -x + # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
