集成 TortoiseSVN 和 FogBugz
我已阅读本教程 集成 SVN 并设置我的项目的 BugzID。
那么,目前我还有另一个问题,我的项目正在开发中,可能会添加新文件或模块,如何自动将 BugzID 添加到新文件或模块中? 谢谢。
I have read this tutorial Integration SVN and setuped BugzID for the my project.
So, Currently I have another problem, My project is in development and may be added new files or modules, how do automatically add BugzID to the new files or modules ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您运行脚本的文件夹下的新文件和文件夹将自动使用相同的 BugzID 属性。所以,它应该可以工作。
如果您创建的新文件夹不是原始文件夹的子文件夹,那么您也必须在该文件夹上运行脚本。
以下是链接的摘录:
“Tortoise 将在结账时搜索您的文件夹路径来查找此属性,因此,如果您从树中的其他文件夹结账,请务必对这些文件夹执行相同的过程。”
New files and folders below the folder that you ran the script from, will automatically use the same BugzID property. So, it should just work.
If you create a new folder that is not a sub-folder of the original folder, then you'd have to run the script on that folder too.
Here's an excerpt from the link:
"Tortoise will search up your folder path on a checkout looking for this property, so if you checkout from other folders in your tree, be sure to do the same procedure for those folders also."