On Mon, Dec 3, 2012 at 11:20 AM, Manuel Ferrero <mferr...@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.