how to do svn status with --xml option
Hi,
Is there any way by which we can simulate "svn status --xml".
I have seen that SVNXMLStatusHandler class does this and its mentioned in the javadoc as "writes XML formatted status information to a specified ContentHandler."
ContentHandler being a SAX handler, how this can be done...
It would be better if someone explain me with the code sample...
Please help me ASAP as this is an urgent issue for me to resolve...