将 Visual Studio 数据库项目置于版本控制之下时是否需要 .dat 文件
我有一个受版本控制(git)控制的 Visual Studio 2008 数据库项目。 当我尝试合并分支时,project_name.dat 中出现冲突。
所以我的问题是:
- project_name.dat 文件是什么?
- 我需要它吗? 那就是我可以将其排除在版本控制之外吗
I have a visual studio 2008 database project that is under version control (git). I am getting conflicts in the project_name.dat when I try to merge my branches.
So my questions ares:
- What is the project_name.dat file?
- Do I need it? That is can I leave it out of my version control
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,您不应该将其置于源代码管理之下,因为它是自动生成的。
No , you shouldn't have it under sourcecontrol as it's autogenerated.
离题但可能有用:
您应该配置 VCS,以便在提交期间忽略特殊文件和文件夹。
我在 Windows 环境中使用 Subversion,唯一要做的就是将一个名为 config 的文件放在 %APPDATA%/subversion 中。
里面看起来像这样:
Offtopic but maybe useful:
You should configure your VCS so that special files and folders will be ignored during your commit.
I use Subversion in a Windows environment and the only thing to do is to put a file called config in %APPDATA%/subversion.
Inside it look like this: