We are currently creating a number of collections in TFS2010 for our various projects / solutions.
We have a large number where structure and paths, etc. are almost identical, but one word can change (for example, using all Integration workspaces in comparison with our Trunk workspaces).
In TFS2008, I would simply edit the XML directly and do some kind of creative search and replace or some magic in the text panel before saving the file. However, I do not see an immediate way to do this in TFS2010 - so I am stuck in the assembly definition user interface.
I know that when executing SQL Trace it all ends up as XML - is there any way to directly access this XML for manual editing or to force all changes through the interface?
Thanks!
Edit for added clarity.
I have Power Tools installed, etc., and I can clone my assemblies, but my editing options are still limited by the user interface, so if I have a large number of changes to the workspace path, I have to do it manually (one for a while).
My goal is to be able to directly edit XAML for a specific build definition so that I can clone, open XAML, and then do a bulk search / replace.
source share