Fetch wrong SVN credentials with Python
- by user1029968
Could anyone here let me know how can I check if provided SVN credentials (username and password) are proper?
With pysvn there is callback_get_login parameter but in case credentials are wrong, callback is prompted over and over without any way to cancel this and return failure information.
Please let me know how can I (not neccesserily with…