We have one project built upon asp.net framework 2.0. It is completely tested and working really well. Its an old project and I have requirement to implement same for 3 new sites with just changing a theme. Not a single line of code needs to be changed. All the changes we’re anticipating are only in few View files and CSS/images.
How should I manage this?
Should I copy the code and implement it as a different project in subversion and then implement changes for theme? The problem is, if I encounter a bug, I need to fix it separately in all project. Or if there is some new requirement, I need to update in all project.
Or
Is there any other better way to manage this using subversion, so that the bug I fix in one branch can be updated to other project as well.?
You could use externals instead of copying everything to your new projects.