Can visual studio 2013 update an existing shelf? I have continued to edit my files and now I'd like to update the shelf with my latest version of my current workspace.
标签:
visual-studio
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
- Visual Studio: Is there an incremental search for
As Visual Studio Team Suggested on their forum
But creating a temp workspace, unshelve there, make the desired "update" change, re-shelve with replace can work. Here is a link suggesting it:
Can you add a file to an existing shelveset
Hope it helps further users!!
As it turns out, you can just create a new shelf with the same name and then confirm "Replace shelveset"
Silly tfs.