[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Pre step before SVN Merge

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Thu, 23 Jan 2014 12:51:48 +0100

Guten Tag Masood,
am Donnerstag, 23. Januar 2014 um 12:18 schrieben Sie:

> I want to perform Code Quality Analysis on release[...]

Write a server side pre commit hook and do such analysis on the
server, rejecting a commit on errors. The key point is that you want
to analyze the result of the merge, therefore you can't do something
before the user merges. But you don't necessarily want the result of
the merge in your repo and that's what server side pre-commit hooks
are made for.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2014-01-23 12:52:30 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.