I can connect to my subversion server fine with Subclipse, but my commit is not working, and I'd like to add in some custom commands to make it work (I need to pass a un/pw). How can I set these parameters?
Right now the command it's setting is just
commit -m ""
I'd like it to be
commit -m --username <un> --password <pw>
Thanks.