Reputation: 3026
I have a project in visual studio 2010 bind to the TFS. Now we have a new TFS server, i'd like to move my entire project to new TFS server. But here is the problem. I have lots of pending changes that i made while i was offline. So as you can imagine i do not want to lose any pending changes but i have to bind my current project to the new TFS server?
And also i cannot check-in my old data because the old TFS server that my project is bind is currently unavailable.
I cannot shelve my changes because i cannot go online with the old TFS.
How could i manage to achieve this?
Upvotes: 2
Views: 2838
Reputation: 57892
If you want to keep any TFS history then you'll need to migrate the project across.
Otherwise, just forget the old server and add the files to your new server:
Upvotes: 4
Reputation: 1
otherwise you may lose data
Upvotes: 0