To submit your code via the Subclipse plugin, follow the directions below:
- Right-click on the project you wish to submit and select Team -> Share Project.
- Select SVN and click Next.
- Specify the repository location:
- If this is the first time you are connecting to your SVN repository, in the URL field type https://www.cs.usfca.edu/svn/username/cs112 (replace username with your username).
- Otherwise, select https://www.cs.usfca.edu/svn/username/cs112
- On the next screen, select Use Specified Folder Name. The name of the folder will be labx/projectname, where x is replaced with the lab number and projectname is replaced with the name of the Eclipse project. For example, the first question of your first assignment will be lab1/Calculations.
- Click Next and then enter a comment.
- Click Finish.
- Right-click on the project again and select Team -> Commit.
- Make sure only the files ending with .java are selected.
- Click OK.
Warnings:
- Make sure you complete all steps above. If you stop after step 6 your program will not be submitted correctly.
- If you make any changes to your code, repeat steps 7-9.