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

Re: svn commit: r1140482 - /subversion/branches/svn-bisect/BRANCH-README

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 28 Jun 2011 14:56:52 +0200

On Tue, Jun 28, 2011 at 06:07:00PM +0530, Arwin Arni wrote:
> Considering all these points,it should work this way:
>
> svn bisect --start -rN:M
>
> check for mixed rev, switched subtrees and local mods and error out
> if it is.
> Initialize the bisect env.
>
> svn bisect --run script
>
> --->run checks again.
> ^ update to target rev.
> | run script / let user run svn bisect good, bad or skip
> | based on exit code choose good, bad or skip.
> <---calculate new target rev.
>
> This way, the script is responsible for applying any local mods and
> reverting them before exiting.

You could also revert the changes on the script's behalf,
for convenience (and to prevent problems when script authors
forget to revert).
Received on 2011-06-28 14:57:32 CEST

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

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