My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 28, 2008 by tres.finocchiaro
Labels: Phase-Implementation, Featured
NetBeansSVN  
Getting Google's SVN repository to work with Netbeans 6.0

Definitions

  1. checkout: Gets a copy of the code on google and copies it to your PC
  2. commit: Puts your changes back to google code

Instructions

  1. Download and install an SVN client. For Ubuntu users, try
  2. sudo apt-get install rapidsvn 
  3. If you are behind a proxy, configure rapidsvn accordingly. Venu Gopal wrote a nice tutorial for Linux users.
  4. Download and install Java Development Kit (JDK) 6.0 or higher
  5. Download and install Netbeans 6.0
  6. Launch Netbeans and at the top, click Versioning >> Checkout
  7. Enter the following:
  8. URL: http://documentdatabase.googlecode.com/svn/trunk/
    User: (leave blank)
    Password: (leave blank)
  9. Check the proxy settings by clicking the Proxy Configuration button. Hit next.
  10. Leave all blank, except Local Folder, which should reflect a safe place to keep the code on your PC
  11. Click Scan for Netbeans Projects after Checkout, which will allow Netbeans to open the project after its been downloaded.
  12. Wait a while for the project to download.
  13. Explore the project! Latest Javadocs can be created by right clicking the project in the Projects panel, and clicking Generate Javadoc

-Tres


Sign in to add a comment
Hosted by Google Code