You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kyle Heon <ky...@gmail.com> on 2006/08/05 01:46:11 UTC

Using multiple access protocols per repository

We have been using Subversion where I work for a couple years now. We have
numerous repositories to support our many clients. Initially we were using
Apache for access but have run into issues with some of our large
repositories. These issues seem to have go away for the most part when we
switched to using svnserve for access.

I'd like to set it up so that all our repositories use both in an effort to
slowly switch everyone over. A few that we have is that there will be issues
with users accessing the same repository over http and svn simultaneously.

Is this actually something to worry about? Is anyone already doing this?
Have you had issues, anything at all?

Thanks.

Kyle Heon
www.kyleheon.com

Re: Using multiple access protocols per repository

Posted by Andy Levy <an...@gmail.com>.
On 8/4/06, Kyle Heon <ky...@gmail.com> wrote:
> We have been using Subversion where I work for a couple years now. We have
> numerous repositories to support our many clients. Initially we were using
> Apache for access but have run into issues with some of our large
> repositories. These issues seem to have go away for the most part when we
> switched to using svnserve for access.
>
> I'd like to set it up so that all our repositories use both in an effort to
> slowly switch everyone over. A few that we have is that there will be issues
> with users accessing the same repository over http and svn simultaneously.
>
> Is this actually something to worry about? Is anyone already doing this?
> Have you had issues, anything at all?

Yes, it can be done.  See
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org