I have VisualSVN Server install on a Windows Server 2008 R2 Machine. I have TortoiseSVN install on my local PC. I can connect to VisualSVN fine. I can checkout Projects fine.
My issue is when I want to import a New Project into VisualSVN Server from my local PC using TortiseSVN.
If I import a New Project using TortoiseSVN, I get the 3 errors.
- Unable to connect to repository at URL
- 'https://xxxxx.org/svn/NewProject'
- Access to '/svn/NewProject' forbidden
If I manually create an Empty Repository 'NewProject' on the Windows Server 2008 machine using VisualSVN Server, when I import the the actual Project from TortoiseSVN on my local machine, everything works.
I think I have all the Permissions setup correctly on the Windows Server 2008 machine. Can the local TortoiseSVN machine create a New Repository on VisualSVN Server? Do I need the Enterprise Edition to do that?
The work around is fine, but I don't want to create new Repository all the time on the Windows Server 2008 machine, if I can just do it all on my Local PC.
svnadmin
; if there's no repository, the svn server has no way to authenticate you. – Kenney