简体   繁体   中英

How can we copy Team Foundation Server Shelveset?

My company has changed the Domain , and now my TFS id is also changed, but i want all my old shelvesets to be copied from that username to my new one, for now i have credentials for both the usernames. but want to move/copy shelvesets from one username to another..

please guide is it possible

You can get the old Shelveset, create a new one with the same name and your new userid and then delete the old shelveset.

Or you can just leave them as is, as you can always unshelve something from another user (even your old user), as long as you know who to look for. Use the Find Shelveset feature and use your old user id.

You could try to do it using the TFS Client Object Model and Powershell . Using the VersionControlClient.UpdateShelveset .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM