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