liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

Mention new TSVN properties in Wiki or docs #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've added two new properties in TSVN to specify the IBugTraqProvider for a
project (r14477) which will be available in TSVN 1.6:

bugtraq:provideruuid
set this to "{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}" for Gurtle.

and bugtraq:providerparams
set this to e.g. "project=gurtle"

with these properties set, it is no longer necessary to set up the provider
in the TSVN settings dialog.

If you want to check out how I set the properties on my google code
projects, go here: http://code.google.com/u/tortoisesvn/ and pick a project
(maybe not commitMonitor because that's quite big).

Original issue reported on code.google.com by tortoisesvn on 1 Nov 2008 at 5:21

GoogleCodeExporter commented 9 years ago
Good stuff.

Original comment by azizatif on 1 Nov 2008 at 7:32

GoogleCodeExporter commented 9 years ago
@tortoisesvn: If someone defines these properties in the repository and also in 
TSVN 
Settings for the working copy then which one takes precedence? Are they merged? 
If 
yes then in which order? Thanks for clarifying. Would be nice if they are 
merged :) 
from repository to local so that user can override with some personal 
preferences 
(e.g. formatting in parameters).

Original comment by azizatif on 11 Nov 2008 at 4:51

GoogleCodeExporter commented 9 years ago
The settings made in the TSVN settings dialog take precedence, since those have 
to be
done manually by each user. They will override the settings made with the 
properties.
But they're not merged.

Original comment by tortoisesvn on 11 Nov 2008 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 4 Feb 2009 at 11:30

GoogleCodeExporter commented 9 years ago
Done in r76.

Original comment by azizatif on 29 Mar 2009 at 5:22