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

Re: run script after "Export"

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Wed, 27 Jan 2010 14:58:33 +0000

2010/1/27 Matt <matt.m.jacobsen_at_gmail.com>:
> Hi Ben,
>
> Someone here is using svn & tortoiseSVN to manage a pure html
> repository. All that's needed is to delete a bunch of directories that
> are important to the development program (Web Expressions I think),
> but not to a "release", which is a direct export of the repository.
> I've solved the problem by writing a simple batch file that is also
> committed to the repository and then after an export is run by the
> user. Just thought there might be some way to have this batch file
> automatically run locally after an export.

Client hook scripts only run on working copy operations, not
repository operations. It sounds like the easiest solution is to have
a batch file which runs the svn export (using the command line client)
and then does whatever else needs doing.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2442441
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-27 15:58:43 CET

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

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