I'm writing Python app which uses pysvn to get svn log history. It works ok for http:// like urls, but for svn+ssh:// I get prompted for a password on the command line!
I use callback_get_login to authenticate.
Is there any way to avoid the prompt and authenticate with pysvn for svn+ssh svn repos?