I started my SVN Server on mac using svnserve -d
(in deamon mode) but when I access the repositories via svn://localhost
or svn://192.168.0.1
, it does not work.
I have setup my repository in /Projects/SVNRepostiries/MyProject
I have tried adding full path to the above but still does not work. If I use
http://localhost (note the http not svn)
it prompts for username and password and it does not accept my svn username and password. What possibly could cause this. I am using Mountain Lion.