简体   繁体   中英

How to reset svn-properties according to new SVN config?

Recently I made a bunch of changes to my local svn config file. Mainly I corrected svn:mime-type properties of about 15 different file types. Now I need reset all previously checked in files according to this new configuration. SVN seems to trigger auto-prop only for ADDs and IMPORTs. So how do I do this without going individually and specifying new mime types?

Thanks!

  • dt

There is no way to get svn to do this out of the box. The svn_apply_autoprops.py script should help though.

Thanks clawrence! It worked!

For others FYI, I traced up the source of this script and I found more client scripts: http://subversion.tigris.org/tools_contrib.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM