将引用的库添加到svn
我正在使用谷歌代码项目 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些公共库是 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 :)