Simple introduction to some basic operations
1. Synchronization
Under Eclipse, right-click the project->team-> you want to synchronize with the resource pool, and then go to the synchronization perspective, will show the local and SVN content has a different file, double-click the file name, will show two files where the difference;
2. Submit
In the synchronization perspective, there is a "gray right arrow, indicating that you have changed the mechanic", right-click on the file, you can choose to submit the operation;
3. Overwrite/update
There is a "blue left arrow for SVN modified" under the Sync perspective, right click on the file, you can select the Overwrite/update operation;
Eclipse uses the SVN icon description
1. Gray Rightwards Arrow: locally modified
2. Blue LEFT arrow: SVN modified
3. Gray to the right and a plus arrow in the middle: locally more files than SVN
4. Blue left and a plus arrow in the middle: files that are more than Local on SVN
5. Gray Rightwards Arrow with a minus sign in the middle: deleted locally, and files not deleted on SVN
6. Blue to the left and a minus arrow in the middle: SVN deleted, and the files that were not deleted locally
7. Red two-way arrow: SVN modified, local also modified files
Eclipse SVN uses