neo618 / tortoisesvn

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

Too many accesses to the config files #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Every SVN* class in TSVN initializes its own config structure. That's not 
necessary. A global structure would be enough.

Crash reports for the repo browser indicate that this initialization also is 
not thread safe.

Create a singleton which handles the config initialization. 

Original issue reported on code.google.com by tortoisesvn on 17 Oct 2011 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by tortoisesvn on 17 Oct 2011 at 7:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r22124.

Original comment by tortoisesvn on 17 Oct 2011 at 7:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r22126.

Original comment by tortoisesvn on 17 Oct 2011 at 7:34