If you share a server with multiple users, you may find yourself committing as root.  In that case, it’s helpful if you can keep svn from saving credentials.  All you have to do is edit:

/root/.subversion/config

Set the following:

store-passwords = no
store-auth-creds = no

Then remove any credentials file that exists in:

/root/subversion/auth