Comment 11 for bug 693900

Revision history for this message
Philip Peitsch (philip-peitsch) wrote :

In case anyone is interested, I've attached an xslt that can be used with svn log outputs to generate a script that can clear bzr meta data entries.

Use the output from the following command:

svn log --xml --with-all-revprops <subversion repository> > allsvn.xml

Then a tool (e.g., xmlstarlet) to transform the xml using the attached xslt. This can then be dumped into a bat file or shell script and executed to mass delete the bzr metadata.