"svn status --xml" prints all files status and it's more much useful than parsing "svn status" output.
Is there a list of all possible tags/sections in XML file and their values? I can read SVN sources but its time consuming and a dirty method :).
Thank you!
ADD: is it possible to find clean map from "svn status --xml" values to "svn status" status characters also?