Using SVNBridge with TFS (not CodePlex)?

Not sure if you are still looking for an answer but I just spent the better part of my weekend getting it to work, mostly through trial and error so here is what I learned.

Not sure if you are still looking for an answer but I just spent the better part of my weekend getting it to work, mostly through trial and error so here is what I learned. You CANNOT download the zip files and get anything to work if you are using TFS-2010. Instead you MUST download the source code and compile the thing for yourself.

You have to do the build on a computer with IIS installed to use the website project as is. This is what I did rather than change the project to use the development web server. If you don't have VS-2008 installed anymore you can just upgrade the whole solution to VS-2010 and everything will be fine.

I even changed the target of the website project to the 4.0 Framework with minimal issues. I had to unload the TestsRequiredTfsClient project and the Tools. HttpSend project to get the rest of the projects to build.

After you have built the project you need to follow a couple of steps that are outlined on the SvnBidge home page in order to get the bits into the right location on the web server. Once that is complete then you need to tune up the web. Config file.

Here are the appSettings that you need to change and the values you need to use: If you decided to upgrade the website to the 4.0 Framework don't forget that you need to update the application pool to because it was probably created as 2.0. After you are almost done now that the website is set up. You still need to install some performance counters from the SvnBridge.PerfCounter.

Installer project. After complication just copy those bits over to the same server you just installed the website on and run the exe. THIS DIDN'T WORK Okay so last but not least is security.

I don't use the Digest security because all of my users have a windows login so I left anonymous access enabled and then disabled all other forms of access except Windows Authentication. Windows Authentication didn't work for all of the users, some of them were remote. After looking at the source code it became clear that Basic Authentication was the only choice that was going to work.

I needed the users to log in as them selves and then have that username passed into TFS so that as the check-ins are done they can be recorded to the correct user. RP.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions