Access to '/svn/' forbidden
Unable to update。。。。。 found
I saw what was said on the Internet:
When I copied Repositorise from my previous computer to my current PC, I was able to check out but could not update. I found the following solutions on the Internet, but none of them worked.
1. Confirm that the URL is consistent with the actual URL;
2. Confirm that the username and password are correct;
3. TortoiseSVN->Setting->Save data, clear information;
The above problems have not solved the problem.
Later, when I was determining the Security settings in the repositories, I found that the user was Everyone, but the Permissions were Read Only. Obviously, at this time, update writes are not allowed, only exports. Just modify it to Read/Write to fix the problem. It didn't work.
I tried reinstalling myself, and then, reinstalling vs plugins, reauthorizing, all of them didn't work.
Final solution:
When exporting a project with SVN, the URL must be case-sensitive!!!
For example:
https://192.168.1.1/svn/DxSb/trunk
|