Quantcast
Channel: DEVELOP WITH US » MacOSX
Browsing all 2 articles
Browse latest View live

Delete .svn folder recursively on MacOSX

Open terminal, Goto folder path, from where to delete run find . -type d -name '.svn' -print -exec rm -rf {} \; enjoy ! if it help you or not, leave comment.

View Article



SVN add recursively on mac osx with grep, sed, bash

Go to folder from terminal and enter below, done, you are ready to commit svn status | grep '?' | sed 's/^.* /svn add /' | bash

View Article
Browsing all 2 articles
Browse latest View live




Latest Images