Team Foundation Server 2010 能否用于对小型项目和不需要完整 TFS 项目结构的一次性文件进行版本控制?

发布于 2024-11-26 12:32:31 字数 230 浏览 1 评论 0原文

展望未来,我们的团队将使用 TFS 开发 .NET 应用程序,应用程序生命周期管理将会很棒。

我们还有很多遗留的 Java 应用程序,目前我们通过将它们压缩并放入源代码安全中来进行版本控制。或者另一个示例是用于报告或计划作业的几个存储过程,我们希望它们与源的其余部分一起进行版本控制和备份。

我们可以使用 TFS 实现同样的一次性功能吗?我们希望所有源都集中在一个地方,但其中一些源只需非常简单即可。感谢您的帮助。

Going forward, our group will be developing .NET apps using TFS, and the application lifecycle management will be great.

We also have a lot of legacy java apps that we currently version by zipping them up and throwing them in source safe. Or an other example would be a couple of stored procedures used for a report or scheduled job, we want them versioned and backed up with the rest of our source.

Can we achieve that same sort of one off functionality using TFS? We'd like all of our source in one place, but some of it just needs to be very simple. Thanks for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执着的年纪 2024-12-03 12:32:31

是的。

TFS 旨在处理您的场景,而不仅仅是管理您的 SDLC 和 .NET 应用程序。

例如,我们将旧版 SP 和文档存储在 TFS 中。如果您愿意,您也可以使用您的开发分支对这些文件进行版本控制。基本上,您可以对 .NET 应用程序的代码执行的任何版本控制操作都可以通过所有旧文件实现。

因此,如果这是您唯一未解决的问题,那么您可以充满信心地继续前进,因为您选择迁移到 TFS 是正确的。

如何添加文件

转到源代码管理资源管理器(查看 -> 其他窗口 -> 源代码管理资源管理器或在团队资源管理器视图中双击)。

导航到您想要在结构中存储旧文件的位置,或者如果您需要创建一个新文件夹来存储文件(图标位于工具栏左侧)。

创建文件夹后,单击新文件夹图标右侧带有小加号的图标即可“将项目添加到文件夹”。您还可以右键单击右侧显示文件夹中文件的窗口,然后创建新文件夹并将文件添加到文件夹中。

在此处输入图像描述

在此对话框中,您可以选择旧文件并将其添加到 TFS。

Yes.

TFS is made to handle your scenario- not just to manage your SDLC and .NET applications.

For example, we store our legacy SPs and documentation in TFS. You can have those files versioned with your development branch too if you so desire. Essentially anything you can do with the code for your .NET application in terms of versioning you can achieve with all of your legacy files as well.

So you can feel confident, moving forward, that your choice to move to TFS is the right one if that is your only outstanding concern.

How to Add Files

Go to Source Control Explorer (View -> Other Windows -> Source Control Explorer or Double Click in Team Explorer View).

Navigate to where you want to store your legacy files in the structure or if you need to create a new folder to store the files (Icon is on the left of the toolbar).

Once the folder is created, click the icon with a little plus beside it to the right of the new folder icon to "Add Items to Folders." You can also right-click in the window to the right-hand side that shows you the files in the folder and both create new folders and add files to the folder.

enter image description here

Inside of this dialogue you can select your legacy files and add them to TFS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文