[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: A problem trying to use svn:// and http:// for a same repository at the same time

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Mon, 20 Dec 2010 08:04:20 -0600

On Dec 20, 2010, at 01:03, David wrote:

> We use http:// for local team. Currently another team at another site
> need to visit our repository to cooperate.
> They complain about the slow speed of diff, merge and tag. So I want
> to turn on svn:// for them while http:// for us.
> It seems to be posibble, right?

Certainly. Have you read the section of the book about supporting multiple access methods?

http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html

If speed is the concern, a different solution might be to give your remote team a local read-only mirror of your repository, with write-through proxying back to your main repository. You can read about repository replication here:

http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication
Received on 2010-12-20 15:05:00 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.