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

Re: Version 1.5

From: si <sshnug.si_at_gmail.com>
Date: 2007-06-01 04:12:58 CEST

Hi,

Looking forward to SVN and TSVN 1.5, any approximate guess as
to when they're going to be released? i.e. days, weeks or months?

> > I have a use for the new client side hook functionality.

I'm also keen on this, and am wondering if TSVN will have a repository
of hooks somewhere so that we don't re-invent the wheel?

Our need for client-side hook is thus: in our repository we ignore all
App.config files for .NET assemblies requiring configuration. Instead,
we version a App.config.example file, which contains the default
configuration.

Each developer (and our build server) copies App.config.example and
renames it to App.config, sets up the environment (db, log, etc) before
building. This way we don't step on each others toes but can still
have a default way of doing things, and by reviewing logs see when
changes to configuration are made.

What i'd like the post-checkout/post-update hook do is for each directory
which contains an App.config.example file in the working copy, check to
see if an App.config file exists, and if it doesn't, copy App.config.example
to App.config.

At the moment this is a tedious process for our developers to go through.

I'd be happy to write the necessary script and submit to a repository,
hopefully in a nice generic way so that it can be re-used for other
scenarios.

cheers!
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Jun 1 04:13:04 2007

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.