Per accident I committed twice because I forgot to add two files. Can I remove a specific commit from the log?
If you can delete current repo and create new with new history, you can try:
svnadmin dump
for getting human-readable (barely, I have to say)
repository-dump, grok format and edit dump, delete repo, svnadmin load
to recreate the repo