Hellow, i have created a repository named test .
svnr...@smtp-c:~$ ls php_projects test now when ever i try to connect to svn server using tortoise svn client by using the url of repository: http://domain.com/svn/test. then its working fine. but when ever I was trying to create a repository department wise i.e. i have create a folder name "dot_projects" and then create a repository under it by name "test" I was trying to create a repository department wise. svnr...@smtp-c:~$ ls php_projects test svnr...@smtp-c:~$ cd dot_projects/ svnr...@smtp-c:~/dot_projects$ ls test now php_projects is a simple directory and i have created a svn repo under this directory with name test as showen above. Problem is that when i try to connect to svn server with tortoise svn client by using the url of repository: http://domainl.com/svn/dot_projects/test then it gives an error : Error: Server sent unexpected return value (403 Forbidden) in response to OPTIONS Error: request for 'http://domian.com/svn/dot_projects/test' Please help me why the path is showing a problem.