Linux & Mac OS posts

Remove all .svn folder from your Linux or Mac

Subversion is a well-spread open-source revision control application. Every copy of source code received from subversion repository has .svn folders, which store metadata. However, if you want to use or distribute source code, these .svn folder are often not necessary. This is a simple example of a unix command, which recursively deletes subversion .svn folders. […]

read more