I need to commit my changes to repository, but on this laptop (svn configurations) I\'m not default user.
How can I set my login and password as default in svn confi
since your local username on your laptop frequently does not match the server's username, you can set this in the ~/.subversion/servers file
Add the server to the [groups] section with a name, then add a section with that name and provide a username.
for example, for a login like me@svn.example.com this is what your config would look like:
[groups]
exampleserver = svn.example.com
[exampleserver]
username = me