Remove svn informations from source files

Friday, 8 January 2010 18:21 by romeosa

This is a simple utility to remove all .svn folders recursively.

svnRemover

image Use it at your own risk!

Source code:

FileSelectFolder, folder, %A_Desktop%
Loop, %folder%\*.*, 2, 1
{
	FileFullPath := A_LoopFileLongPath
	IfInString, FileFullPath, .svn
		FileRemoveDir, %FileFullPath%, 1
}
Tags:  
Categories:  
Actions:   E-mail | Permalink | Comments (8) | Comment RSSRSS comment feed