sujithps / tortoisesvn

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

Show a warning if two issue tracker plugins are configured for the same path #444

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is possible to configure two (or more) different issue tracker plugins for 
the same working copy path. OK, people can always shoot themselves in the foot 
if they really want to, but it's not clear, which of the two plugins is chosen 
and it appears that the settings of one plugin overwrite those of the other.

Please show a warning to the user if two plugins are configured for the same WC 
path.

Original issue reported on code.google.com by luebbe.t...@gmail.com on 20 Dec 2012 at 1:58

GoogleCodeExporter commented 8 years ago

Original comment by tortoisesvn on 25 Jan 2013 at 6:49

GoogleCodeExporter commented 8 years ago
Note: you can specify multiple plugins like this:

c:\path
c:\path\path2
c:\path\path2\path3

if you then commit from path3\path3, the plugin for path3 is used. But if you 
commit from path2, that plugin is used, not the one configured for path3 even 
if the commit includes path3 as well.
Basically: the lowest configured plugin is used.

An error is only shown if two plugins get configured for the very same path.

Original comment by tortoisesvn on 25 Jan 2013 at 7:14

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r23854.

Original comment by tortoisesvn on 25 Jan 2013 at 7:16