在 SVN Eclipse 插件中搜索
我正在使用 Eclipse 的 Subversive 插件连接到 SVN 代码存储库。 我们的代码库如此庞大,以至于我发现搜索文件很困难。 我也无法使用 Ctrl+F 键查找文件。 无论如何,我可以在这个插件中搜索特定文件吗? 预先感谢,
问候, PK
I am using Subversive plugin for Eclipse to connect to SVN Code repository.
Our code base is so huge, that am finding it difficult to search for files.
I am not able to find files using Ctrl+F key also.
Is there anyway I can search for specific files in this plugin.
thanks in advance,
Regards,
PK
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,subversive 中没有搜索功能(svn 中也没有)。
您可以做一个小解决方法:
将存储库中的所有文件列出到文件 all_files.txt 中(警告:这将需要一些时间..也许从周五开始并让它运行整个周末。 .)。检索文件后,您可以通过您最喜欢的文本编辑器(或 Eclipse)进行搜索。
当然,这只是一种解决方法,您无法在更短的时间内更新此文本文件,但如果您不依赖大多数当前版本,那么这是一种解决方法
NO there is no search function in subversive (and not in svn either).
You can do a small workaround:
will list all files in your repo into the file all_files.txt (Caution: This will take some time..maybe start it of friday and let it run through the weekend..). After retreiving the file you can just search via your favorite texteditor(or eclipse).
Sure this is just a workaround, and you can not update this textfile in shorter time, but if you do not rely on most current versions it is a workaround