本文介绍了如何在 VFP 9 SP1 中使用 Visual Studio Online 源代码管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何使用这个 Visual Studio Online使用 Visual foxpro (vfp) 9 sp1 项目进行源代码控制,以便 VFP 在我更改文件时自动签入和签出,并让我撤消或签入源代码并查看历史记录,就像我在 Visual Studio 2010 IDE 中所做的那样.net 项目?

How can I use this Visual Studio Online source control with a visual foxpro (vfp) 9 sp1 project so that the VFP does automatic check in and check out as I change files and lets me undo or check in source code and view history like I can do in the Visual Studio 2010 IDE with dot net projects?

我看到有一个免费的随处可见的团队浏览器 我想我可以在 vfp IDE 之外使用它 - 不确定它将如何处理非文本的 SCX、FRX、LBX、PRJ 文件.

I see there's a free team explorer everywhere which i guess i can use outside of the vfp IDE - not sure how it will handle the SCX, FRX, LBX, PRJ files which are not textual.

推荐答案

也许您不能将 VSO 与 Visual FoxPro 9 一起使用,但您肯定可以将其他 SCM 工具与 Visual FoxPro 一起使用,例如 SVN、Mercurial、PlasticSCM(我使用)等

May be you can't use VSO with Visual FoxPro 9, but surely you can use other SCM tools with Visual FoxPro, like SVN, Mercurial, PlasticSCM (which I use), etc.

对于 Diff 和 Merge,您可以使用 VFPx 项目中的一个新工具 FoxBin2Prg,它允许将 VFP 9 二进制文件双向转换为文本,反之亦然,因此您甚至可以修改生成的文本版本并重建二进制文件.

For Diff and Merge you can use a new tool found on VFPx project, called FoxBin2Prg, that allow bidirectional conversion of VFP 9 binaries to text and vice-versa, so you even can modify the generated text version and rebuild the binary.

更多信息请访问 FoxBin2Prg - Microsoft Visual FoxPro 9 的二进制/文本转换器.

最好的问候!

这篇关于如何在 VFP 9 SP1 中使用 Visual Studio Online 源代码管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 12:38