Objective: To get set up for upcoming testing project, by practicing using Subclipse
Due: Before class on Wednesday.
Email me, ccing your teammate, with your team name for the testing project.
Steve set up Eclipse so that each user can install her own plugins.
The following should all be done within Eclipse.
svn+ssh://username@serac.cs.wlu.edu/svn/csrepos/cs209_fall2015/
Example
and select trunk
src/cs209/WeAreHere.java
username was here
, where username is your username. The file should now have an asterisk on it.The file should no longer have an asterisk but instead have a cylinder, marking that it's part of the repository.
This will be more interesting as others commit/update the file. Hopefully, we won't have any conflicts.
Right click on the project, select Team -> Update to Head. If anyone has made any changes since you checked out the code, you'll see their code in your repository.