I was trying to implement an extension to an exception collecting system.
After extracting file path and line number from an exception, I want to know who wrote that line and one obvious to accomplish this is "svn blame".
But I don't know how to access SVN in Python.