Reputation: 57
I try to svn co "valid url"
with the credential I have been given but I get errors:
svn: E175013: Access to '/RepoName' forbidden
What can cause this problem and how to fix it?
Upvotes: 1
Views: 1473
Reputation: 380
SVN checkout command itself is not working. It means, even read operations are not permissible from this user account. Pls. check repository level access permissions.
Upvotes: 1
Reputation: 2387
You may have an account on the SVN repository but not the rights to read that particular folder.
Upvotes: 0