I have set up a Linux Server and installed Apache and SVN and dav_svn on it. Now, when I try to upload to https://x.x.x.x:x/svn/repo with Tortoise SVN I get
https://x.x.x.x:x/svn/repo
3 Steps you can follow
chmod -R 775 ---> change permissions of repository
chown -R apache:apache ---> change owner of svn repository
chcon -R -t httpd_sys_content_t ----> change SELinux security context of the svn repository