Checking out the nbgeronimo source code from the Subversion repository

The nbgeronimo source code can be checked out from the Subversion repository using the NetBeans IDE. Both the Subversion NetBeans plugin and the Subversion client must be installed before source code can be checked out from the Subversion repository using the NetBeans IDE.

To install the Subversion plugin in the NetBeans IDE:

  1. Choose Tools > Plugins from the main menu.
  2. Click on the Available Plugins tab.
  3. Be sure that the Subversion plugin is checked.
  4. Click on the Install button to install the Subversion plugin.

The Subversion client that is needed for the NetBeans Subversion support can be downloaded from http://netbeans.open.collab.net.

To check out the nbgeronimo source code from the Subversion repository using the NetBeans IDE:

  1. Choose Versioning > Subversion > Checkout from the main menu.
  2. You are now prompted for the repository URL. Enter https://nbgeronimo.svn.sourceforge.net/svnroot/nbgeronimo in the repository URL text box. Leave the user and password text boxes blank.
  3. Click on the Next button.
  4. You are now prompted for the folders to checkout from the repository. Click on the Browse... button in the Folders to Checkout step.
  5. To check out the trunk, select trunk/nbgeronimo from the Browse Repository Folders dialog box. To check out a particular branch, select branches/<name of branch>/nbgeronimo from the Browse Repository Folders dialog box. After you selected the appropriate folder to checkout, click OK.
  6. You should see trunk/nbgeronimo in the Repository Folder(s) text box if you want to check out code from the trunk. You should see branches/<name of branch>/nbgeronimo if you want to check out code from one of the branches.
  7. Specify the local folder where you want to check out the nbgeronimo source code.
  8. Click on the Finish button to check out the nbgeronimo source code.

Information about Subversion support in the NetBeans IDE can be found at http://www.netbeans.org/kb/articles/subversion-preview.html.

Back to home page

SourceForge.net Logo