I need to call my Java EE application to be executed after the commit (in svn) so it can use some informations send from svn and other systems. Is it possible to write a post commit hook to call the ear of the app?
Asked
Active
Viewed 73 times
0
-
A hook script can do pretty much anything. It's only limited by the permissions of the account your Subversion server process executes under. – alroc Apr 19 '13 at 14:37
-
Okey i see that, but being a beginner i had no idea how to do it :( would anybody have some point or idea where i can start of ? – maher.belkh Apr 19 '13 at 16:26