Tortoise SVN has a choice to apply a propertie to all subfolder/subfiles recursively. Now I need to remove this properties. How can I do this recursively?
+4
A:
I did not find how to remove property recursively using GUI, but You can remove property using svn command line tool:
svn propdel PROPERTYNAME --recursive
where PROPERTYNAME is svn property(svn:ignore, svn:mime-type, etc...)
loentar
2010-07-19 13:33:06
I have TortoiseSvn, where is svn.exe?
Fujiy
2010-07-19 13:41:01
Hmm. I have tortoisesvn and subversion installed. svn.exe is in subversion distro:http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
loentar
2010-07-19 14:01:52