Feeds:
Posts
Comments

Posts Tagged ‘svn’

Delete .svn folder Recursively

SVN is open-source revision control application ,each folder of your of your source code eceived from subversion repository has .svn folders so how to delete it all using linux command. its too simple : $ rm -rf `find . -type d -name .svn` this will remove all .svn folder beging from you current directory. hope [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.