Visual SourceSafe 协调
VSS 6.0 中的内容与我们的生产环境中的内容之间的理想协调机制是什么? 我们公司将其所有应用程序支持和服务外包出去。 开发活动,并依赖于供应商提供要保存在我们的 VSS 中的解决方案文件。 我们确实有相当多的项目,并且希望了解如何协调 VSS 下的文件和生产中实际部署的文件。
What would be the ideal reconciliation mechanism between what is there in VSS 6.0 and what is there in our production environment? Our company outsources all its application support & development activities and are dependent on the vendor to provide the solution file to be kept in our VSS.
We do have quite a number of projects and would like to understand on how to go about with reconciling the files which are under VSS and what has been actually deployed in production.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您需要某种形式的基于文件的比较,因为 VSS 是一个文件存储库。
因此,我建议超越比较,检查 VSS trunk/latest,并将该目录与生产目录进行比较。 您可以过滤掉 .vss 文件(我认为它们是这样称呼的)并查看新的/旧的文件,或一侧缺少的文件等。
它还可以将语言环境文件与 FTP 目标进行比较,具体取决于您如何真正访问“生产”。
Sounds like you need some form of file based compare, as VSS is a file repository.
I therefore recommend Beyond Compare, check-out the VSS trunk/latest, and compare the directory with production. You can filter out the .vss files (I think they where called that) and see what new/older, or missing on one side etc.
It can also compare locale file to a FTP destination, depends how you access "production" really.
Visual Studio 6 附带了一个文件比较实用程序 WinDiff。 我将其与 SourceSafe 内置的文件比较结合使用,以在实时、更新、开发和 SourceSafe 源代码之间进行比较和对比。
您可以通过右键单击项目并选择“显示差异...”来对项目进行 SourceSafe 差异。
Visual Studio 6 comes with a file compare utility, WinDiff. I use this in conjunction with the file compare built into SourceSafe to compare and contrast between live, updated, development and SourceSafe source.
You can do a SourceSafe differences on a project by right clicking on the project and selecting "Show Differences...".