Under my local development environment (Ubuntu) I have a checked out SVN repository.
The files have the owner myuser:myuser.
However, I must use sudo for the "svn up" and "svn ci" commands. Also in doing this, if a new file is created during "sudo svn up", then that file is given default ownership of root:root, which I don't want.
Is it possible to run those SVN commands under my default user account, instead of sudo?