I found that the shelve/unshelve commands in TFS are very handy and very simple to use. What's the equivalent in Git ?
here's the scenario in TFS :
I made changes in the trunk
I shelve : the change set is saved on the server (with a label) and I get the source back before the changes
I work in the trunk
Someone can unshelve : get the ...
I recently joined a project team that is using TFS (I have happily avoided TFS until now). I am trying to determine if there is a way to require a story/defect reference to be associated with every commit comment?
With Tortoise/SVN it was easy to add a requirement for a reference number to be required with each commit. Personally, I li...
Hi all,
I have an automated build scenario in TFS but I can figure out how should I do it:
Solution s1 have 3 projecs a1, a2 and a3. projects a1 and a2 are class library and builds into two dlss a1.dll and a2.dll. Project a3 needs 2 dll's. In TFS I'm forced to create a bin folder in source control and add a1.dll and a2.dll to it. So wi...
Hi this is ma code in the LTSA tool
THREAD = (start-> RUNNABLE -> dead->THREAD),
RUNNABLE = (yield ->RUNNABLE|NOT_RUNNABLE|THREAD),
NOT_RUNNABLE = (RUNNABLE).
I get this error :
ERROR line:1 - ) expected
Anyone know to fix this
Many Thanks
...
Whenever we reply to a fixed bug in TFS we add time and name in the comments section. I am looking for a way to customize this so that either we press a button or some hot-key and this is inserted automatically instead of typing everytime.
...
I recently inherited control of our TFS server. I am trying to create a new TFS project and get an error. Any help or clues to how to solve this would be greatly appreciated.
Here is the exception message that is logged.
---begin Exception entry---
Time: 2010-06-22 11:09:47Z
Module: Initializer
Event Description: TF30207: Initializat...
I've just tried out TFS 2010 today, along with Project 2010 and VS 2010. Only Later realized that without Sharepoint, TFS is only configured as Basic. This reduces it's functionality as oppose to what I've seen during VS2010 product launch. Sadly I can't find any alternative but to get a trial copy of Sharepoint to see if it serve my pur...
I am merging two branches which do not have a parent child relationship. I have started with a single file to test if the merge is working properly before the actual merge. I am using tfs baseless merge in order to do this.The following is the command:
Tf merge /baseless C:\Inetpub\wwwroot\Test\CreateDescription.aspx.cs C:\Inetpub\wwwro...
Hi, I try to migrate our VSS database from VSS2005 to Team Foundation Server 2010.
The migration does work, but there is absolutely no history migrated (exactly the samem problem as described here: http://social.msdn.microsoft.com/Forums/en/tfsversioncontrol/thread/9b8be1b1-a0fb-466a-b943-c574adad0222).
The solution in the mentioned to...
I am looking for advice on the most appropriate MSDN license (without overpaying) for the following development team.
We are essentially a (3-5 developers) SharePoint/.Net development team that will be developing to SharePoint 2010. We also want to integrate with Team Foundation Server so any advice on the appropriate license for that ...
We have a "Main" branch and a "Dev" branch in source control; pretty common approach where developers work off of the Dev branch and merge changes to Main at set periods when the code has been unit tested and is ready for customer testing.
We link Work Items like PBI's (Scrum) and require comments on checkins. Normally the TFS build rep...
Our TFSVersionControl database has grown significantly in the past couple years, and is edging on 80GB. Unfortunately, we're in an environment where every gig of data storage is internally charged at a high rate, so there's lots of focus on keeping storage growth to a minimum.
I believe the majority of growth is happening because we ch...
Currently I can not quickly filter the result of a work-item query - running a query will give us a result table and within this table, there's no mean to filter the table rows to display just the ones containing some certain text.
Do you know how to filter that or have any addons/tools suggestion for that?
Thank you.
Nam.
...
My team are using team foundation server.
I think I have done an 'undo pending changes' on a file that I have made changes to.
1) Is there a way to see a list of files were the pending changes were undone?
2) Is it possible to do an undo 'undo pending changes' from within
TFS.
...
Hi,
I have created proxy in asp.net and calling it from java. thanks for your support. Now, I want to query workitem history to get all change events. For an example. If I change assignee of the bug , as it shows in history column of Studio 2010, I want to query history , which should result xyz workitem has changed from old value to ne...
I am working on an automation project using team build 2010. I am wanting to update my build definition while the build is running with information that is supplied from one of my custom activities.
So for example, I am going to have an argument in the team build definition that contains version information for the project. When the...
So, I'm running a TFS build that tests a class that manipulates TFS WorkItems. TFS runs as the SYSTEM user which has been added to the /Contributers permission group. However, the test suite fails with various invalid field errors (created by, Assigned to). Does any one know how to set the SYSTEM user up as a valid user?
...
I am using TFS Build to build my .net project. The TFS build produces an output file that lists all the errors and warnings that were generated. Is there a way (without implmenting a custom logger) to format the data that is output to this file (e.g. include full file path)?
Thanks.
...
If I add a new file to a project under TFS source control, it will check out the project file and the corresponding .vspscc file for that project file. The project file itself changes (to include the new file), but the .vspscc file doesn't change at all. Why bother checking it out? Is there a way to disable it from being checked out and ...
i was able to install tfs 2010 on window server 2008 and through team explorer in visual studio 2010 the server came right up no problems. However when i installed it on vista ultimate - first the options were slightly different to install but the wizards worked fine but when i tried to access the url on team explore in visual studio 20...