Objective: To get set up for upcoming testing project, by practicing using Subclipse
Due: Before midnight on Monday.
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.
If you're on the Linux machines: While I just told you to set the SVN Kit Pure Java in the Preferences, change it back to the JavaHL JNI.
svn+ssh://atmos.cs.wlu.edu/svn/csrepos/cs209_fall2016/
Example
and select trunk
If you're on the Linux machines, it will probably appear as if this is hanging. It kind of is. (grrr...) Check to see if the terminal is waiting for your password. There will also be waiting. After this step, if there is waiting, then doublecheck that the terminal isn't requesting a password.
If you didn't do this step before ...
Some files are specific to the user, usually for Eclipse. These files should not be in the shared repository.
Go to Preferences
(under Window or under Eclipse, most
likely). In the Preferences window, go to Team
and
expand the arrow and click Ignored Resources
.
Click Add Pattern
. Then, add the following patterns:
Click Apply, then OK
It's important that you ignore these files; otherwise, conflicts occur and it's hard to fix your shared project.
src/cs209/WeAreHere.java
username was here
, where username is your username. The file should now have an asterisk on it in the project explorer.Team
,
click Commit
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.
Team
,
click Add to Version Control
. The file should now
have a big plus sign on it.Team
,
click Commit
.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.
Right click on the project, select Team -> Show
History
. You should see what your classmates did--which files
they modified and their comments describing what changed.
Full credit for committing the requested files (and none of the files that should be ignored) and for writing a descriptive comment.