Eclipse:从 Subversion 中排除 jar 文件

发布于 2024-10-20 13:24:15 字数 273 浏览 2 评论 0原文

我在 MyEclipse 中创建了一个新项目并搭建了一个 Spring 框架。

当我使用 Subclipse 团队共享到 Subversion 时,它会上传所有 .jar 文件,而不仅仅是我的代码。对于 Spring 这意味着大量的开销。

我无法在 -> Team Share 对话框中找到排除 .jar 文件的方法。

这是第一次发生这种情况 - 其他 Subclipse 项目似乎表现得如我所愿。

如何设置排除 .jar?我怎样才能使其成为未来项目的默认行为?

I have created a new project within MyEclipse and scafolded a Spring framework.

When I Team Share to Subversion using Subclipse it is uploading all the .jar files, not just my code. With Spring that means a lot of overhead.

I cant find a way from within the ->Team Share dialogue to exclude .jar files.

This is the first time this has happend - other Subclipse projects seem to have behaved as I hope.

How do you set the settings to exclude .jar? And how can I make that the default behaviour for future projects?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

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

评论(2

鲜肉鲜肉永远不皱 2024-10-27 13:24:15

我对 Eclipse 或它如何与 subversion 交互一无所知,但是当 subversion 客户端安装在您的路径上时,忽略文件的典型方法是使用 propset 命令。

svn propset svn:ignore *.jar

SVN 手册 - svn:ignore

I don't know a thing about Eclipse or how it interacts with subversion, but with the subversion client installed on your path, the the typical way to ignore files is to use the propset command.

svn propset svn:ignore *.jar

SVN Manual - svn:ignore

凡尘雨 2024-10-27 13:24:15

这应该回答您的问题: Subclipse svn:ignore

您应该添加“通配符扩展”*.jar 到 svn:ignore 属性。

This should answer you question: Subclipse svn:ignore

You should add the "Wildcard extension" *.jar to the svn:ignore properties.

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