开发者

add referenced libraries to svn

开发者 https://www.devze.com 2023-03-31 08:10 出处:网络
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 开发者_Go百科out the libraries also?

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 开发者_Go百科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.


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 :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号