I need to expose our subversion repo over http / https, as I'm having trouble getting maven and subversion to play over svn+ssh. The real issue is a corporate restriction whereby we're not allowed a generic unix account (so that maven could svn+ssh without using an personal user account). My intention was to use maven with this generic account to perform branch and release functions. I can do this over http as I can then set up a local .htaccess style account to authenticate maven.
My question is if there are any concerns or gotchas I need to be aware of when having some users committing over http and some via svn+ssh?
if there are any concerns or gotchas I need to be aware
No. Just use the same folder for SVNParentPath
in Apache and for -r
of svnserve (for simplicity - same hotname, only protocol will differ)