Visual Studio项目和MS Dynamics CRM的版本控制(javascript) [英] Version Control for Visual Studio projects and MS Dynamics CRM (javascript)

查看:73
本文介绍了Visual Studio项目和MS Dynamics CRM的版本控制(javascript)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找版本控制,如果另一个用户正在修改该文件,它会在打开文件时警告使用。

I'm looking for Version Control that warns a use when opening a file if that file is being modified by another user. Is this possible?

我们也使用Microsoft Dynamics CRM 2011,并且正在寻求对javascript文件使用某种版本控制。有人在使用Dynamics CRM和版本控制方面有经验吗?

We also use Microsoft Dynamics CRM 2011 and are looking to use some kind of version control for the javascript files. Does someone has experience with using Dynamics CRM and version control?

谢谢您提供任何信息!

推荐答案

您可以实现此功能在Team Foundation Server(TFS)或其他支持单一签出的版本控制应用程序中。您将需要通过SDK手动部署JScript或创建自动部署过程。 TFS将需要设置为单次签出,这将仅允许单个用户在给定时间签出文件。这应该禁止多个人一次进行编辑。最好任命一个人作为负责将变更合并到CRM中的构建主管。

You could implement this in Team Foundation Server (TFS) or other version control applications that support single checkout. You will need to either manually deploy the JScript or create an auto deployment process through the SDK. TFS will need to be setup for single checkout which will only allow a single user to checkout the files at a given time. This should disallow multiple people from making edits at once. It is a good idea to appoint a single person as the build master who will be in charge of merging changes into CRM.

编辑:JScript在语法上与JavaScript非常接近。 Microsoft CRM使用并且一直使用JScript进行表单脚本编写。 JScript基本上是Microsoft的JavaScript版本。 @ JavaScript和JScript有什么区别?和< a href = http://en.wikipedia.org/wiki/JScript rel = nofollow noreferrer> http://en.wikipedia.org/wiki/JScript

JScript is syntactically very close to JavaScript. Microsoft CRM uses and has always used JScript for its form scripting. JScript is basically Microsofts version of JavaScript. Differences are discussed @ What's the difference between JavaScript and JScript? and http://en.wikipedia.org/wiki/JScript

Microsoft Dynamics CRM 2011 SDK的摘录:

Excerpt from Microsoft Dynamics CRM 2011 SDK:


Microsoft JScript库是包含功能的脚本(JScript)Web资源您可以使用:

Microsoft JScript libraries are Script (JScript) Web Resources that contain functions you can use to:


处理表单和字段事件。

Handle form and field events.

执行操作用于功能区中配置的控件。

Perform actions for controls configured in the Ribbon.

支持其他功能。


这篇关于Visual Studio项目和MS Dynamics CRM的版本控制(javascript)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆