Fetch wrong SVN credentials with Python
        Posted  
        
            by 
                user1029968
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1029968
        
        
        
        Published on 2012-09-08T15:36:09Z
        Indexed on 
            2012/09/08
            15:37 UTC
        
        
        Read the original article
        Hit count: 370
        
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 pysvn) check if provided SVN credentials are okay.
Thank you in advance!
© Stack Overflow or respective owner