COMP 310
|
Using CLE@R for Assignment Turn-In |
![]() ![]() ![]() ![]() |
To use Subversion ("SVN") source control for managing projects or for turn-in, be sure to first install the Subclipse plug-in.
Follow the directions on the Subclipse web page to add the Comp310 repository to Subclipse and to learn how to work with the SVN repositories.
The Comp310 turn-in repository name is:
https://svn.rice.edu/r/comp310/turnin/trunk/yourNetID
After the end of the semester, the repositories will be
moved to:
https://svn.rice.edu/r/comp310/turnin/F10/yourNetID
Repositories will be archived for no more than 3 semesters!
Turning in an assignment is nothing more than committing your work to the Comp310 repository:
Add your homework project to the repository. You may do this at any time. It is recommended that you simply use the repository as part of your everyday development process.
Before the due date, when you have completed your work, simply commit the entire project to the repository.
If you are modifying your work for the next assignment, be sure to copy all the files to a new project in your workspace and then separately add that project to the repository. DO NOT OVERWRITE PREVIOUS ASSIGNMENT SUBMISSIONS!
To use manual turn-in from the Unix command line, you must first initialiaze the Comp310 repository. Follow the turn-in directions at CLEAR for "turnin init":
Use SSH (available from Rice IT) to login in to a terminal session on clear.rice.edu using your NetID.
At the command prompt, run the command "turnin init comp310" (no quotes). This only needs to be done once.
Log out of CLEAR.
© 2010 by Stephen Wong and Scott Rixner