Hi
I tested the SVN trigger given on the wiki and it does not work correctly. When I realize a commit that concern files in differents projects on my SVN repo
/usr/bin/wget \
--header "Content-Type:text/plain;charset=UTF-8" \
--post-data "`svnlook changed --revision $REV $REPOS`" \
--output-document "-" \
http://myserver/hudson/subversion/${UUID}/notifyCommit?rev=$REV
I test in command line :
svnlook changed --revision 32371 /var/svn/main
U contacts/common/Contacts/trunk/pom.xml
U serviceFunding/rightsManagement/online/ServeurDeDroitModel/trunk/pom.xml
Contacts and ServeurDeDroitModel are 2 projects on SVN and I have 2 jobs on hudson. I modified the pom.xml content it is right.
BUT
Only the Contacts job is triggered for a new build.
An heavy limitation !!
Please let me know if I must create a new issue
--
Cordialement / Best regards
Fabrice Mercier