Pre step before SVN Merge

2014-01-22 Thread Masood
Dear Team,

I would like to create a setup in which,
whenever we are doing merge in SVN then it should perform some task previous
to merge action and if that
task completes successfully then merge should proceed.

Does anyone have some information on it ?

Thanks Ahead,

With Regards,
Masood



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Pre-step-before-SVN-Merge-tp186698.html
Sent from the Subversion Users mailing list archive at Nabble.com.


Re: Pre step before SVN Merge

2014-01-22 Thread Masood
Hi Thorsten,

Thanks for the reply.

Actually I want to execute a hook scripts before merge operation whenever
user
start merge task(either from SVN merger command or from GUI). That hook
script will perform the code analysis and if there there is any critical
issue then it will abort the merge operation.

Any other information to perform this task will be useful to me.

Thanks Ahead,

With Regards,
Masood




--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Pre-step-before-SVN-Merge-tp186698p186705.html
Sent from the Subversion Users mailing list archive at Nabble.com.


Re: Pre step before SVN Merge

2014-01-22 Thread Masood
Dear Team,

Thanks for the reply.

Can I write hook scripts at server end to perform the task ?
If so, can i get any web link for it ?

Thanks Ahead,

With Regards,
Masood




--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Pre-step-before-SVN-Merge-tp186698p186707.html
Sent from the Subversion Users mailing list archive at Nabble.com.


Re: Pre step before SVN Merge

2014-01-23 Thread Masood
Hi Thorsten,

Thanks for your reply.

Actually I have a trunk and some release(as branch). 
When a person starts a merge operation(i.e to merge release code with trunk)
then as pre-merge step
I want to perform Code Quality Analysis on release(SonarQube Analysis. Its a
Code Quality Tool) and 
if there is any critical violations reported by tool then whole process
should be aborted. User need to fix those violations and then need to try
again. If there will be no Code Quality Violations then process should
continue and release code base should merge with Trunk.

I am looking for how to redirect to Code Quality Operation whenever a user
want to perform merge on SVN.


Thanks Ahead.

With Regards,
Masood



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Pre-step-before-SVN-Merge-tp186698p186716.html
Sent from the Subversion Users mailing list archive at Nabble.com.