Background:
1. SVN server: visualsvn-server-2.5.5;
2.
SVN client: Tortoisesvn-1.7.6.22632-x64-svn-1.7.4.msi;
On the SVN server, create a new Data Warehouse AAA, and user ABC has read and write permissions.
Phenomenon:
1. In checkout Data Warehouse AAA, the following error occurred:
Unable to connect to a repository at URL "src=" http://www.cnblogs.com/wangyt223/admin/">
Error Unable to connect to a repository at URL
' Https://172.18.0.254:861/svn/aaa '
Error Access to
' Https://172.18.0.254:861/svn/aaa ' forbidden
Oddly, accessing the Data Warehouse AAA on a Web page is a success;
3. If there is a problem with the SVN server, but checkout other long-existing data warehouses, is also successful.
Solution: In the online search a lot of information, can not solve, toss me an afternoon, with colleagues complained about this broken svn, colleague said a sentence, is not the cache problem ah, immediately before the light, immediately proceed as follows:
1. Right click on local copy, TortoiseSVN, Settings, Saved Data,
Unable to connect to a repository at URL "src=" http://www.cnblogs.com/wangyt223/admin/">
2. Click on each "clear" button to clear the local cache, click "OK";
3. Re-checkout and done! Oh, yes!
4. Clean up the saved data and cache.
SVN checkout Unable to connect to a repository at URL error (excerpt from CSDN)