Reputation: 5654
I am creating a new plugin in C# for TSVN. I downloaded the C# example from http://tortoisesvn.googlecode.com/svn/trunk/contrib/issue-tracker-plugins/ .
I run the example and follow the steps mentioned here http://tortoisesvn.googlecode.com/svn/trunk/contrib/issue-tracker-plugins/issue-tracker-plugins.txt
But, as soon as I set up my plugin in TSVN , TSVN throws the following error at me. "The Issue Tracker provider could not be created. Please Check that it is installed correctly."
Somebody knows the reason why?
Any help would be highly appreciated.
Upvotes: 2
Views: 1182
Reputation: 1383
I wouldn't follow the .txt file first. Instead:
You should be able to see the plugin in TortiseSVN's settings dialog when you click the "add..." button. Once you've gotten this far start modifying things and creating a new project as the .txt instructs.
Upvotes: 1