3

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
Dilshod Tadjibaev
  • 1,035
  • 9
  • 18

2 Answers2

4

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

Simon Sobisch
  • 6,263
  • 1
  • 18
  • 38
clawrence
  • 500
  • 4
  • 6
0

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

Dilshod Tadjibaev
  • 1,035
  • 9
  • 18