Shalom
Shalom

Reputation: 57

SVN: checkout access denied

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

Answers (2)

Niranjan Gattupalli
Niranjan Gattupalli

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

YMomb
YMomb

Reputation: 2387

You may have an account on the SVN repository but not the rights to read that particular folder.

Upvotes: 0

Related Questions