Another tool you might look into is: reposurgeon: http://www.catb.org/esr/reposurgeon/
I have not used it yet, but it seems promising. It is under active development. On Sat, Feb 9, 2013 at 5:50 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Feb 9, 2013, at 07:48, Cicik wrote: > > > how can I remove svn property(svn:mime-type) from all files in repository > > and from history(bad set up at beginning). Please help me it is very > > important for me. > > If you want to rewrite the history of your repository, then using a tool > like svndumptool is a good idea. > > http://svn.borg.ch/svndumptool/ > > > >