eclipse:svn
This is an old revision of the document!
Table of Contents
Eclipse Team Synchronizing persepctive
In the help file for the Subversive plugin there is a describtion for each icon.
Icons
More Icons and their meaning may be dound here: http://www.eclipse.org/subversive/documentation/teamSupport/workspace_synch.php
Glossar
- Commit - send from local version to remote repository
- Update - download from remote repository to local
Clear all .svn subfolders
Bath to clear svn subs
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.svn') do ( rd /s /q "%%i" )
eclipse/svn.1463659112.txt.gz · Last modified: (external edit)