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

Re: Preventing bad commits

From: Jamie Wellnitz <Jamie.Wellnitz_at_emulex.com>
Date: 2006-08-11 02:02:15 CEST

On Thu, Aug 10, 2006 at 06:09:36PM -0500, Chris wrote:
> >You could also require some review process before checkin.
>
> How? How can I see just the changes they'd like to make, and approve or
> disapprove of them?

This probably depends heavily on what is in your repository. If it's
source code, or at least mostly plain text, you could have them send
out the output of "svn diff". This will generate a patch in unified
diff format, which you can look over or even apply locally.

This can be fairly easily scripted (on a Unix/Linux machine at least).

        Jamie

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 11 02:03:39 2006

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.