Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you're developing in Java, then you can set up a <a href="http://archiva.apache.org/" rel="nofollow noreferrer">local repository</a> and then use a tool like <a href="http://maven.apache.org/" rel="nofollow noreferrer">maven</a> or <a href="http://ant.apache.org/ivy/" rel="nofollow noreferrer">ivy</a>+<a href="http://ant.apache.org/" rel="nofollow noreferrer">ant</a> to access it.</p> <p>You can upload updates of your local build artifacts back to your local repository as they are ready for others in the company to use.</p> <p>For other development environments, I don't know what tools similar to the above are available - I have tended to just put them in SVN and be done with it.</p> <p>I usually use a separate repository for storing third-party libraries to keep them out of the regular development repositories, and have my build files load them in an expected location relative to the project's base folder.</p> <p>Actually, I use two repositories. One for the minimal files that I need for building my projects (e.g., jar, lib files) and another for the entire third-party package (including the source, documentation or whatever) which I usually store tar.bz2.</p> <p>That way, if you just want to get the minimum you need to build stuff, you grab the first repository, and if you need to figure out what is going on with, or how to use a third-party package you can start pulling stuff out of the second repository.</p> <p>It ain't the ideal solution, but it works pretty well.</p> <p><a href="http://subversion.apache.org/faq.html#binary-files" rel="nofollow noreferrer">Here</a> is some more information on how svn handles binary files.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload