I know I'm missing something small.. please help!
I have a repo for my website project that I can access like this:
svn+ssh://[email protected]/path/to/project/projectname
I'm trying to check it out into my webserver web root, but I always get the project folder inside the webroot, something like this:
htdocs/projectname/files (which would have to be accessed as http://mydomain/projectname/)
whereas what I obviously need is
htdocs/files (accessed as http://mydomain/)
Am I missing a simple flag somewhere?