Installations

How to install Java and Eclipse
* If you have a Windows OS, you might need to find out whether your OS is a 32-bit version or 64-bit version like this.

How to install SVN in Eclipse
* Note that you need to use https://dl.bintray.com/subclipse/releases/subclipse/latest/ in "Work with" field for the latest version.

SVN instructions

How to submit (upload) to SVN
How to checkout (download) from SVN

How to submit to SVN

  1. Run Eclipse. If this is not the first time you commit, skip to Step 5.
  2. Right-click on the project name. Choose Team->Share Project, choose SVN. Click Next.
  3. Choose "https://www.cs.usfca.edu/svn/< your username>/cs112" as repository location.
  4. Right-click on the project name and choose Team->Commit to commit the files.
  5. Check your submission at "https://www.cs.usfca.edu/svn/< your username>/cs112".

How to download from SVN

Eclipse+SVN installation