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

Re: svn:keyword Id as hookscript

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-06-26 14:30:56 CEST

On 6/26/06, Dominique.Ronde@atosorigin.com
<Dominique.Ronde@atosorigin.com> wrote:
> for some reasons, the development team need a CVS-Header in their scripts.
> Now I set this for the old items with the svn:keyword command. Is there any
> possibility to do this with a hook script? With which one? Can you give me a
> hint or a Url of a tutorial?

Do you mean you need to go through the whole repository and apply this
same property to every file? Best (only) way I can think of is to
check out the whole repository and apply the property recursively to
everything (may require a script if you're not using TSVN).

While you're at it, it'd be a good time to set other properties if
they aren't already set, like svn:mime-type and svn:eol-style.
svn_apply_autoprops.py would come in real handy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 26 14:32:44 2006

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

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