Additional question: I can't seem to find an equivalent of "svnlook cat" anywhere... I wanted to avoid calling external programs - commits are slow enough already...Thanks, Tino.
You basically need to apply repos.open, then repos.fs, then fs.revision_root, then fs.file_contents.
Roman.