TFS: Branching. How to map a branch to IIS for local test

Posted by DarkJackO on Stack Overflow See other posts from Stack Overflow or by DarkJackO
Published on 2010-04-21T16:46:20Z Indexed on 2010/04/21 16:53 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

Hi,

I think there's something I don't understand about Branching

How can I run my website from localhost to test my changes made on a Branch

Let's say my branch structure is

-Dev
 -UI
 -App
Main
 -UI
 -App

The project UI and App from the main are map in my IIS, it's all working well

Now I want to make some changes in the UI project from Dev branch, and I want to test these changes before I merge them to Main

Thanks

© Stack Overflow or respective owner

Related posts about branching

Related posts about tfs