在 SVN Eclipse 插件中搜索

发布于 2024-08-18 08:59:21 字数 141 浏览 5 评论 0原文

我正在使用 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技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的韩爷 2024-08-25 08:59:21

不,subversive 中没有搜索功能(svn 中也没有)。

您可以做一个小解决方法:

svn ls -R [YOUR_PROJECT_REPO_URL] > all_files.txt

将存储库中的所有文件列出到文件 all_files.txt 中(警告:这将需要一些时间..也许从周五开始并让它运行整个周末。 .)。检索文件后,您可以通过您最喜欢的文本编辑器(或 Eclipse)进行搜索。

当然,这只是一种解决方法,您无法在更短的时间内更新此文本文件,但如果您不依赖大多数当前版本,那么这是一种解决方法

NO there is no search function in subversive (and not in svn either).

You can do a small workaround:

svn ls -R [YOUR_PROJECT_REPO_URL] > all_files.txt

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文