Umbraco 开发设置 Visual Studio
我是 Umbraco 的新开发人员。我在将 Visual Studio 2010 设置为带有 TFS 的 umbraco 4.5.x 以及远程团队之间的开发人员平台时遇到问题。
我当前的设置是在 Visual Studio 中打开整个 umbraco 站点并使用 TFS 进行潮汐更新。显然,这意味着某些文件和文件夹在提交到源代码管理时会被锁定。问题是这会导致运行 umbraco 时出现问题,因为 umbraco 尝试写入某些文件。
您知道 VS 2010 和 umbraco 的典型设置是什么样的吗?
谢谢, 普雷亚什
I am a new developer for Umbraco. I am having problem setting up my Visual Studio 2010 as a developer platform for umbraco 4.5.x with TFS and between remote teams.
My current setup is to open the whole umbraco site in Visual studio and tideup with TFS. Obeviusly this means that some of the files and folders gets locked up when commiting to Source control. Problem is this causes the problem when running umbraco as umbraco tried to write to certain files.
Any idea what type of typical setup would be like for VS 2010 and umbraco?
thanks,
Preyash
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是否必须使用 TFS 作为版本控制?
我们在项目中使用了 Mercurial 和 Visual svn 服务器 作为版本控制。
在这一点上,我觉得 Mercurial 更适合 Umbraco 项目。
Is it mandatory to use TFS as your version control?
We have used Mercurial and Visual svn server as version controls in our projects.
In this i feel Mercurial as more comfortable for Umbraco projects.
这应该可以解决您的问题=)
编辑:链接已更新
http://our.umbraco.org/wiki/codegarden-2009/open-space-minutes/working-in-visual-studio-when-developing-umbraco-solutions
我制作了一个 VS2010 umbraco 项目模板,它配置了用于在构建时将文件复制到 umbraco 文件夹的命令,如上面的链接中所述。
http://our.umbraco.org/projects/开发人员工具/visual-studio-2010-project-template
This should solve your problem =)
EDIT: Link updated
http://our.umbraco.org/wiki/codegarden-2009/open-space-minutes/working-in-visual-studio-when-developing-umbraco-solutions
I made a VS2010 umbraco project template, that configures the commands used to copy files to the umbraco folder on build, like described in the above link.
http://our.umbraco.org/projects/developer-tools/visual-studio-2010-project-template