Here's our usecase for small projectets that rarely require attention from multiple developers at the same time:
How could we easily swap who the "committer" is on our dev box? Something like svn ci file --user "foo" -m "fixed stuff"? Googling for the issue gives me multiple hits which aren't exactly about what I'm trying.
Maybe I'm misusing SVN if I thought this should be possible, since from most sources I find that I'd have to run relocate commands and edit configuration files, which is not feasible.
svn commit --username foo
should do