SubGit 2.0.x doesn't trigger any hooks when it fetches new revisions from Subversion repository. There is a feature request for that, feel free to upvote it: SGT-360.
As a workaround I'd suggest you to use a cron job that periodically runs the following command:
SubGit 2.0.x doesn't trigger any hooks when it fetches new revisions from Subversion repository. There is a feature request for that, feel free to upvote it: SGT-360.
As a workaround I'd suggest you to use a cron job that periodically runs the following command:
You can also trigger Git-SVN sync remotely by running the following command:
It's possible to understand whether SubGit fetched new SVN revisions by parsing its output.
If you're going to use such periodical jobs, it makes sense to disable background translation process as it's not required anymore: