i have project in tfs has been live year. in june made our final release (we labelled sources) before began massive 3 month overhaul during live site not change.
unfortunately required make change live site , codebase has changed significantly. want ideally check-out label final release (june) folder , check in tfs create project. way team can work on both projects.
how can best achieve this?
you should create branch. doesn't need in new project. in fact better if wasn't, depending on folder structure keeping in same project might not option.
right click on root of folder want branch. should folder highest in folder structure contains of code want modify.
on right click menu select "branching , merging" , "branch"
choose sensible location new branch.
in dropdown select "label" choose appropriate selection. hit branch. create new branch label , able use new branch modify live code base
Comments
Post a Comment