> Does subversion provide a way for the user to configure his username, thus
> avoiding having to pass the --username flag everytime he has to commit
> something?
> 
> 
> Thanks
> Zé

The credentials should be cached. If they are not being cached check in 
~/.subversion/config, you probably have store-passwords = no. Change it to yes 
(or just comment it out because it defaults to yes), and the next time you give 
subversion your password it should save it.

Reply via email to