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