Install SVN Client and Check Out DVN Code

Install an SVN client:

  1. Install an SVN client compatible with the SourceForge.Net repository. Refer to the SourceForge.Net wiki pages for more information.
    NetBeans is set up to work with Subversion from within the IDE. You can locate the SVN client downloads from the NetBeans website Docs & Support menu. For example, for NetBeans IDE 6.1 refer to http://www.netbeans.org/kb/60/ide/subversion.html.
  2. Register a user account at SourceForge.net.
    You can check out the DVN Project without registering an account, but you cannot contribute to the code. If you check out the project without an account and then register, SourceForge will not accept your contributions until you check out the Project by using your account.
  3. Check out the DVN Project packages.
    In NetBeans, use the Subversion Checkout wizard and perform a checkout:

    If you choose to check out the DVN project packages from a command line, enter the following:
    svn co <https://dvn.svn.sourceforge.net/svnroot/dvn dvn
    Note: Make sure that you check out the DVN-EAR release that uses the GlassFish version which you installed with NetBeans.