I have site stored in my wamp folder under www/sitename/ now i access this by typing
http://localhost/sitename/
Now i want to have a repository of files in this folder.When i try to checkout in svn i have given http://localhost/sitename/ in url repository.
But it is replying with error message redirects done
Unable to connect to a repository at URL 'http://localhost/sitename/'
Question 1:Will it really possible to form repository using url.If yes how this would happen in virtual host.
Question 2:How can i solve this error