Search code examples
eclipsesvnsubversive

Eclipse Subversive/Subclipse pre-commit hook


I want Eclipse to run my local Maven build/test before committing my changes to my SVN repository. I have no control over server side commit hooks, but I want to introduce my own client side hooks for my team.

I know about pre-commit hooks and I am using Eclipse Subversive on a custom Eclipse Luna.

Is this feature not supported or have I missed something obvious?


Solution

  • Hook scripts are executed on server side only. TortoiseSVN is capable of running client side hook scripts, however this feature is unique to TortoiseSVN and won't work when committing from Eclipse.