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

Re: Setting bugtraq properties to all projects in a repository

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 3 Dec 2012 11:41:02 -0500

On Mon, Dec 3, 2012 at 11:20 AM, Manuel Ferrero <mferrero_at_reer.it> wrote:

> I was using cvs as version control and now I'm migrating to Subversion.
> On cvs I often wrote commit logs referring to the Bugzilla bug number,
> something like that:
> bla bla bla Bug #XXX
>
> TortoiseCVS was configured to convert bug #XXX into a ink to my local
> Bugzilla installation.
>
> I now use TortoiseSVN as a client to interact with my Subversion
> installation and I learned how to setup the integration between TortoiseSVN
> and Bugzilla by adding some properties to the project folder as stated in
> the webpage http://tortoisesvn.net/docs/**nightly/TortoiseSVN_en/tsvn-**
> dug-bugtracker.html<http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-bugtracker.html>
>
> Now I'd like to know if I can automatically set those properties on each
> new project I'll add to the repository in the future.
> Is there some configuration that I can do on the server side to set those
> properties?
>
>
You can configure automatic property setting on each client (auto-props in
your config file, and tsvn:autoprops on your folders but only used by
Tortoise, see
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-propertypage.html),
and you can configure a pre-commit hook script to reject any commit where
new items lack the property or existing items have the property removed,
but you can't control client configuration via the server.
Received on 2012-12-03 17:42:17 CET

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.