The default Perl XML::SAX::PurePerl parser is pretty slow. If you install SAX, then you should also install a C-based SAX parser module such as XML::SAX::Expat. Remember to update the ParserDetails.ini file (see the XML::SAX documentation) so that the Expat module will be considered.

I was finding that ssphys was reading names.dat quickly and then vss2svn.pl was getting stalled reading in the resulting XML using the default PurePerl parser. After substituting Expat it whips right through that.

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org

Reply via email to