源安全搜索
我需要对 SourceSafe 8 数据库进行大量搜索以支持重构练习。
我有大约 250 个不同的存储过程的列表,这些过程被调用并且需要确定应用程序中的位置。是否有任何工具可以改进标准搜索,以便我可以搜索这些过程的任何实例,或者将代码拉入另一个数据库是我最好的选择?
I need to do a significant search through my SourceSafe 8 database to support a refactoring exercise.
I have a list of about 250 differant stored procedures that are called and need to work out where in the application. Are there any tools that improve on the standard search so that I can search for any instance of any of these procs or is pulling the code into another database my best bet ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
别笑,但我仍然使用 SourceSafe 6...但是工具菜单中有一个“在文件中查找”选项,可以在文件中搜索特定字符串...版本 8 中有该功能吗?
Don't laugh but I still use SourceSafe 6... but there is a Find in Files option from the tools menu that will do a search within files for a specific string... do you have that available in version 8?
您可以尝试免费软件 vssfind 实用程序,看看是否有帮助。
You may try vssfind utility, a freeware, and see if helps.
在 Microsoft Visual SourceSafe Explorer 版本 8 中,查看/搜索菜单提供对以下搜索功能的访问:
通配符搜索 (在文件名上。使用问号匹配文件名中的单个字符,星号匹配零个或多个字符。)
状态搜索
对于前两个搜索区域选项,当您在项目之间单击时,将应用搜索设置。找到感兴趣的文件后,请记住返回并清除搜索设置。
With Microsoft Visual SourceSafe Explorer Version 8, the View/Search menu provides access to the following search capabilities:
Wildcard Search (On the file name. Use a question mark to match a single character in the file name, and an asterisk to match zero or more characters.)
Status Search
For the first two Search Area options, the search settings will be applied as you click from project to project. Remember to go back and clear your search settings after you've found your files of interest.