Now the changes are there.
Did something change here from Trac-1.2.3 to 1.4? I did not need the explicit repository sync before.
I have
[git]
cached_repository = enabled
persistent_cache = enabled
The process looks like this: A 5-minutly cronjob calls a script doing '
git p4 sync' into a repo that was initially created like '
git p4 clone --bare //DEPOT@all'.
Then the script parses the last changes and calls '
trac-admin $ENV changeset added $repo $revision' for every revision in order to make Trac check the changes for mentioned ticket numbers adding a comment about the submission to every ticket.
That was working like this with Trac-1.2.3.
Do I need to call '
repository sync' now additionally?
Best regards,
- Mo