English 中文(简体)
如何以最佳方式在视力演播室管理当地转换方案拟订任务?
原标题:What is the best way to manage switching programming tasks locally in Visual Studio?

我的设想非常简单。 我在当地的计算机上长期工作,从TFS公司的一个密码处工作。 与此同时,我还要通过装.。 是否有改变环境的清洁方法? 这一长期任务更新了许多档案,我希望确保我执行从清理中挑选的标记。

如果我使用Gite,我知道需要做些什么:从主机、固定包裹、检查、改为前支分行建立一个新的分支部门,但TFS确实没有这样做。 任何想法?

最佳回答

如果你不想进行你重新工作的改动,你的第一步是给他们——这只是简单明了的。 下一步是决定你何时执行紧急要求。 这取决于

  1. How you have set up your branching scheme in source control (see here for a great resource ), &
  2. The line where the error was reported

Boss-bugs 往往是从释放到释放地报到的,作为你必须做到的:

  • Identify the latest changeset that corresponds to the version your problem was reported
  • Track this changeset to a version in the branch you can work on (I suppose you can t make changes directly on your release line, right)
  • Make a branch & implement the change. Your build-environment should ensure that all tests & checks ensure that your issue is fixed & that no others have emerged.

Your next challenge is how you ll propagate these changes to a new Release - This greatly depends on how you ship software to the customer (Hotfixes? Patches? Service Packs?), as well as the severity of the issue.

After you ve settled everything back to normal, unshelve & continue working on your long-term task.

问题回答

暂无回答




相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签