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

SV: Start update hook

From: Hans-Emil Skogh <Hans-Emil.Skogh_at_tritech.se>
Date: 2006-11-24 08:51:25 CET

> Can someone explain the difference between the start-update
> and pre-update client hooks? Why would you want to differentiate,
> even with update-to-revision?

Generally the order in time should be something like:

User action: Command invoked
Hook runs: start-command
User action: User selects or confirms something in a dialogue to
actually perform the command
Hook runs: pre-command
User action: None. The command is being executed by the system.
Hook runs: post-command

Since "update to revision" fits the pattern above it makes sense to have
the possibility to run a script before the dialog is even shown. (I'd
say.)

Hans-Emil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 24 08:51:38 2006

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

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