If I remember well svn (in our case) will block the user if the credentials 
were wrong after 3 times. Have you tried to login in the reviewboard server 
and try to access the svn repository? 

On Thursday, July 10, 2014 8:55:35 PM UTC+10, shravanthi s wrote:
>
> I tried this piece of code to check if pysvn was working fine
>
> import pysvn
>  
> def login(realm, username, may_save):
>     user = 'my_user'
>     password = 'my_password'
>     return True, user, password, False
>  
> def svnCo(repo_url,checkout_dir):
>     client = pysvn.Client()
>     client.callback_get_login = login
>     client.checkout(repo_url,checkout_dir)
>  
> svnCo('https://my-svn-server.net/my-project
> ','/data/local_repo/my-project/')
>
> And it checked out the svn files without any issue. So it is nothing to do 
> with svn link or credentials or pysvn version. 
> What else do you think is causing the issue?
>
>
>
>>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to