Łukasz Adamus
Łukasz Adamus

Reputation: 266

Visual Studio + IIS + SVN source switch

I have a solution with few modules (by module I mean MVC application, common code libs, some web services etc). Release procedure is trunk > test > live. When everything is OK it works good. I collect new requirements I work on them, than I release to test and move from test to live. Sometimes requirements force me to do deeper refactorization what initially can produce unstabile base. So when I am in the middle of work I got new super pending requirement which can not wait and client force me to release ASAP. Sometimes it is hard to negotiate because they can not understand that simple change of label can take a day or two... So I need some smart solution how to simply switch between sources in terms of SVN, Visual Studio and IIS.

On super pending request comming: I "switch" to live now my VS, my IIS and SVN points to live code, so I change the label, commit to live, release to test, and than to live.

What is the good approach to achive that?

Upvotes: 1

Views: 111

Answers (0)

Related Questions