I am using TFS 2012. I am using merging and branching.Generally i use shelving and unshelving logic as one user shelves his changes
and another user with checkin permission unshelves the shelve set and does checkin to server. So I have a project folder
myproject
and
it's branch myproject-branch
.
If i create a workspace for myproject-branch
and
change some lines of code and create a shelve set. Now if I want to checkin this changes to myproject
without
checking in to myproject-branch
then
how it can be done? Is it possible?