带 VSS 的 CruiseControl - 检查所有文件
我有巡航控制系统和 VSS 6.0。 我每小时都配置一次巡航控制,条件为 IfModificationExists。
它检查修改并获取源代码,但它会检查 VSS 中的所有文件。 即我的VSS包含1000个文件,只有1个文件被修改。 CCNet 检测到 1 项修改,但使用我的本地文件检查 VSS 中的所有文件。 因此该脚本每次都会运行很长时间。
是否有任何选项可以仅获取修改后的文件?
I have cruise control and VSS 6.0. I have configured cruise control every hour with the condition IfModificationExists.
It check for the modification and get the source, but it checks all the files in the VSS. ie my VSS contains 1000 files and only 1 file is modified. CCNet detects 1 modification, but checks for all the files from the VSS with my local. Due to which the script runs every time for a long time.
is thr any option to get only the modified files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我冒着在这里获得许多反对票的危险,但从长远来看,我真的很想提供帮助。 我已将我的答案标记为“社区维基”,以便证明我的意图是崇高的。
我不知道你所问问题的答案。 我有义务尝试告诉您,不想显得教条,您可以考虑切换到另一个版本控制系统。 我不会说是哪一个,尽管我忍不住说我正在将 Subversion 与 CruiseControl.NET 一起使用,而且它工作得非常好。
如果您转到“CruiseControl.NET:Visual Source安全源代码控制块”文档页面 他们甚至在底部有一个部分:您可能想要考虑不同版本控制系统的原因。 我想这意味着什么。
Ok, I am running the danger to have many negative votes here, but I am really trying to help on the long run. I have marked my answer "community wiki" so that I prove my intentions are noble.
I don't know the answer to the question you are asking. I am obligated to try and tell you, without wanting to sound dogmatic, that you might consider switching to another version control system. I will not say which, although I can't help saying that I am using Subversion with CruiseControl.NET and it works very nice.
If you go to the "CruiseControl.NET : Visual Source Safe Source Control Block" documentation page they even have a section at the bottom: Reasons why you might want to consider a different version control system. I guess this means something.