I have installed SvnBridge, but when I try to Innstall TortoiseSVN
I get this error
An error occurred during installation of assembly component.
{241560EA-12B7-37C4-9724-DE33E7FE7BB7}. Result: 0x80070003
And when I Right click on the new folder there is no "SVN Checkout..." that I can select.
I am following these instructions:
- 1. Go to the Source Control tab of the CodePlex project and make a note of the "Project Name" and "Server URL"
- 2. Run SvnBridge.exe and click OK to start SvnBridge
- 3. Open Windows Explorer
- 4. Create a new folder where you want to download the source code of the CodePlex project
- 5. Right click on the new folder and select "SVN Checkout..."
- 6. In the "URL of repository" field enter http://localhost:8081/<servername>/<projectname> (replace <servername> and <projectname> with the "Server URL" and "Project Name" values listed on the Source Code tab of the CodePlex project), then click OK. Make sure to use only the server name part of the server URL (without the "https://"). Example, http://localhost:8081/tfs03.codeplex.com/SvnBridge
Can someone tell me what I am doing wrong ?