将引用的库添加到svn

发布于 2024-12-02 05:01:17 字数 106 浏览 0 评论 0原文

我正在使用谷歌代码项目 svn 服务器,当我签出项目时,所有引用的库都消失了。有没有办法也查看图书馆?

为了使问题更清楚,我也无法提交引用的库。换句话说,没有办法将它们上传到服务器。

I am using google code project svn server and when I check out project all referenced libraries are gone. Is there a way to check out the libraries also?

To make the question clearer, I can't commit the referenced libraries either. In other words, there is no way to upload them to the server.

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

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

发布评论

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

评论(1

九厘米的零° 2024-12-09 05:01:17

这些公共库是 Apache Commons 或 Apache POI 等吗?在 Maven 存储库上可用吗?

也许您应该考虑使用 Maven 来管理您的依赖项。该系统允许您只管理您的代码,并且在检查您的项目时可以自动下载所有需要的依赖项,从而减少您必须放置在存储库上的内容量:)

Are these common libraries such as Apache Commons, or Apache POI for example? Are available on a Maven repository?

Maybe your should consider using Maven to manage your dependencies. This system allows you to only manage your code and all needed dependencies can be automatically downloaded when one checks out your projects, reducing the amount of stuff you have to place on your repository :)

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