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

Re: [TSVN] Client side hooks.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-09-30 14:00:54 CEST

On 9/30/05, Peter McNab <mcnab_p@melbpc.org.au> wrote:
> On the Subversion developers list theres a bit of to-ing and fro-ing
> about having Subversion replace magic strings with current revision info.
> The reasons for it's intended use may vary but being able to pop up the
> svn revision number in an about box ah-la TortoiseSVN's one is a good
> example.
>
> On the client side there is a facility to manually run "SubWCRev.exe"
> and have string replacement take place. It would normally be manually
> run in a build script, FinalBuilder or the like so the facility is
> provided, in around about way, but it's a separate process from the
> usual edit test edit cycle. Not everyone has the luxury of FinalBuilder.
>
> So. I was wondering if TortoiseSVN could be made to support client side
> hooks for say Commit and Update. That this would assist in the
> "automation" so to speak by ensuring the correct revision info was
> always present in a file. Obviously it becomes the hooks responsibility
> to run SubWCRev or whatever, on the files specified in the hook script.
>
> So my method of getting the revision info into the latest compile never
> touches a revisioned file.
> The versioned file revision.txt contains one line of code.
> CONST Current_Revision: string = '$WCREV$';
>
> In a batch file the magic line which creates a .inc file for including
> into Delphi code at the appropriate place
> SubWCRev . revision.txt revision.inc -f
>
> Instead of running the batch file manually, if it was invoked by a hook,
> the human error factor is one step removed.
> Server side hooks are not suitable for contacting every repository visitor.
>
> Am I making sense or wasting bandwidth.

http://tortoisesvn.berlios.de/issues/?do=details&id=137

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Sep 30 14:01:28 2005

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.