...
- Open Eclipse by clicking on the circular Eclipse icon within the Eclipse folder.
Note: When opening Eclipse for the first time, you will be asked to designate a location for your workspace. Remember this location because this is where all your files and projects will be stored. - Go to the workbench within Eclipse. If you are at the welcome screen, the arrow to the far right will lead to the Workbench when clicked.
- Create a new project by going to File > New > Project. Select the SVN Folder from the list and click on this folder to access the Checkout projects from SVN option. Then click next.
- Choose the create a new repository location option on the next screen and insert the url of the repository of your choice. Then click next.
Note: A listing of current AguaClara repositories can be found here. - Select the folders within the repository of your choice that you wish to download to your computer. Hold down on shift to select multiple folders. Afterwards, click next and then Finish.
Using Eclipse to Add/Modify Files
File Management with Eclipse
Adding Files
#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.
#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.
#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.
#Select the files you wish to add to the repository and then click ok to add the new files. See the screenshots below for visuals.In order to use SVN on Eclipse