How to reset svn properties according to new svn configuration?

I recently made a bunch of changes to my local svn configuration file. I basically fixed svn: mime type properties of about 15 different file types. Now I need to reset all previously checked files according to this new configuration. SVN seems to cause auto-update only for ADD and IMPORT. So, how do I do this without a separate approach and specifying new mime types?

Thank!

  • dt
+3
source share
2 answers

Unable to get svn to make it out of the box. svn_apply_autoprops.py script should help.

+4
source

Thanks! It worked!

FYI script, : http://subversion.tigris.org/tools_contrib.html

0

Source: https://habr.com/ru/post/1698715/


All Articles