Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You shouldn't host you lib directory on your SVN, you can use <a href="http://ant.apache.org/ivy/" rel="nofollow noreferrer">Ivy</a> or <a href="http://maven.apache.org/" rel="nofollow noreferrer">Maven</a> as a dependencies manager which will download all your dependency from a repository.</p> <p>Concerning the netbeans files it depends on the way your team work, I would say that you can let them on the SVN it will be useful for other developers using netbeans and shouldn't bother developers using another IDE.</p> <hr> <p>For the <code>svn:ignore</code> part you have to do <code>svn propset svn:ignore dirname .</code> in command line.</p> <hr> <p>A general file structure is :</p> <pre><code>/svn |-projectName/ |-branches/ |-tags/ |-trunk/ |-projectName/ (Sometimes this directory doesn't exists and its content is put right into trunk) |-pom.xml (Maven !) |-module1Name/ |-src/ |-main/ |-java/ |-resources/ |-test/ |-java/ |-resources/ |-pom.xml (Maven !) |-module2Name/ |-module3Name/ </code></pre> <hr> <p><strong>Resources :</strong></p> <ul> <li><a href="http://ant.apache.org/ivy/" rel="nofollow noreferrer">Apache Ivy</a></li> <li><a href="http://maven.apache.org/" rel="nofollow noreferrer">Apache Maven</a></li> <li><a href="http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.3" rel="nofollow noreferrer">Subversion - svn:ignore</a></li> </ul> <p><strong>On the same topic :</strong></p> <ul> <li><a href="https://stackoverflow.com/questions/3216799/which-files-should-be-imported-in-a-subversion-repository-for-a-web-services-proj">Which files should be imported in a subversion repository for a web services project?</a> -<a href="https://stackoverflow.com/questions/116074/how-to-ignore-a-directory-with-svn">How to ignore a directory with SVN?</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

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