User Tools

Site Tools


eclipse:svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eclipse:svn [2016/03/12 18:24] – external edit 127.0.0.1eclipse:svn [2023/11/01 07:15] (current) – ↷ Page moved from camunda:eclipse:svn to eclipse:svn skipidar
Line 15: Line 15:
   * Commit - send from local version to remote repository   * Commit - send from local version to remote repository
   * Update - download from remote repository to local   * Update - download from remote repository to local
 +
 +
 +==== Clear all .svn subfolders ====
 +
 +Bath to clear svn subs
 +
 +http://stackoverflow.com/questions/4889619/command-to-recursively-remove-all-svn-directories-on-windows
 +
 +Execute this from CMD to del .svn subfolders
 +<code>
 +FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%G"
 +</code>
eclipse/svn.1457807067.txt.gz · Last modified: (external edit)