/ Published in: SVN
.svn Ordner im Repository löschen
Expand |
Embed | Plain Text
find . -name .svn -print0 | xargs -0 rm -rf
Comments
Subscribe to comments
You need to login to post a comment.
.svn Ordner im Repository löschen
find . -name .svn -print0 | xargs -0 rm -rf
Subscribe to comments
You need to login to post a comment.
.svn Ordner im Repository löschen