MS 报告缓存文件 (*.rdl.data) 是否应该存储在源代码管理中?
我正在为客户开发一个使用 Reporting Services 的旧应用程序。我已导入项目 SVN 存储库,其中包括报告项目和文件夹,在 Visual Studio 报告解决方案/项目中设置。
此 SVN 文件夹(但不是 VS 解决方案/项目)中包含 .rdl 文件(实际的报告定义)和 .rdl.data 文件。我相信 .rdl.data 文件用于缓存报告。
从开发的角度来看,这些 .rdl.data 文件是否应该受到源代码控制?我正在考虑从存储库中删除它们,因为它们往往会经常更改(几乎每次我预览报告时),并且它使 SVN 报告文件/文件夹已更改,这很烦人。
我认为这些 .rdl.data 文件对于开发来说不是必需的。我可以/应该从源代码管理中删除它们吗?
I am working on a legacy application for a client, that uses Reporting Services. I have imported the project SVN repository, which includes a Reporting project and folder, setup in a Visual Studio Reporting solution/project.
Included in this SVN folder (but not the VS solution/project) are .rdlfiles (the actual report definitions) and .rdl.data files . I believe the .rdl.data files are used for caching reports.
From a development perspective, should these .rdl.data files be source controlled? I was thinking of deleting them from the repository, as they tend to change very often (almost everytime I preview a report), and it's making SVN report that the file/folder has changed, which is irritating.
I don't think these .rdl.data files are necessary for deveopment. Can/should I delete them from source control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从不将它们存储在源代码管理中。我认为它们是用于报表问题的离线诊断。我认为您可以将报告和 .data 文件发送给某人,他们可以尝试调试它们。我想我曾经在与微软发生案件时发送过一些。
I never store them in source control. I think they are used for offline diagnosis of report problems. I think you could send your report and the .data file to someone and they could attempt to debug them. I think I once sent some when I had a case with microsoft.