i'am building an application that connect to SVN repository, it works with my credentials and my SVN access URL, but when i change the user and the URL it dosn't work.
the exception is :
SharpSvn.SvnRepositoryIOException //Unable to connect to a repository at URL
i checked the access of other users on browser and it works but in my app no! it works only with my SVN access URL even with the cridential of the admin. when i change the URI of SVN it generates the exception and does not return any thing
client.GetList(repo, out list); // list is null
Please Help me to solve this problem.