SVN instructions in Eclipse

How to submit to SVN
How to download from SVN
How to install Eclipse and 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