I have a Subversion repository with several active users presently configured only for svn+ssh use. I would like to migrate the repository to use the svnserve protocol instead to make it more accessible to new users and secure. Are there any things that I should be worried about if I start using svnserve on a repository also accessed by ssh? Can I still use the same repository for ssh access?
I have a Subversion repository with several active users presently configured only for svn+ssh
Share
I would say that there won’t be any big issue using both access in parallel as long as files ownership and permissions are correctly set.
You could have a look at this section of the SVN book to get some hints about what needs your attention.