Re: subversion merging with Jenkins

2013-05-31 Thread Derek Brown
We have big Jenkins instance running 100's of jobs all pulling source from subversion. That said I have not come across a subversion merge package for Jenkins. It seems to me that you need to write a script around the svn merge command and run it from a Jenkins job. Derek . . . On Friday, M

subversion merging with Jenkins

2013-05-31 Thread Kamal Ahmed
Hi Group, Sorry for posting a lot today, but i wanted to know your expert opinion. I have a subversion trunk that developers work on , as well as a branch RC-1 now, i want to merge changes from trunk to RC-1 every night, just to see if it is still building if not then revert What is the Jenki