Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File Management with Eclipse

Modifying Files

  1. Open the file you wish to modify from where it is saved on your computer within the Eclipse workspace. Make changes and save the file on your computer.
  2. Find the file within the Workbench in the open Eclipse Application.
  3. Right click on the file and select Team > Commit.
  4. Select the files you wish to modify and click ok to modify the file in question.

Adding Files

  1. Add new files and folders to the project location in your workspace on your computer. i.e. Make changes to the files directly on your computer.
  2. Right click on the folder within your Workbench in Eclipse that holds the changes you have made. Go to Team > Update. The new files you wish to add should appear within Eclipse with question marks.
  3. Click on the folder containing the new files and select Team > Commit. You should be brought to a screen listing the files to be added.
  4. Select the files you wish to add to the repository and then click ok to add the new files. See the screen shots below for visuals.

    Screen Shots