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

2010-12-22 Thread Stefan Sperling
On Wed, Dec 22, 2010 at 09:12:13AM +0800, David Xie wrote: > Thanks Stefan. > > Wow, it really works when disable authz. This means I could access to svn:// > 172.18.127.148/test (read and write) and successfully to view log > history. Hard to believe! > #authz-db = authz > > And the logs are sho

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

2010-12-21 Thread David Xie
Thanks Stefan. Wow, it really works when disable authz. This means I could access to svn:// 172.18.127.148/test (read and write) and successfully to view log history. Hard to believe! #authz-db = authz And the logs are showed correctly without authz. What's wrong? What should I do to make authz

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

2010-12-21 Thread Stefan Sperling
On Tue, Dec 21, 2010 at 04:25:55PM +0800, 谢带达 wrote: > Thank you Stefan. > > I start svnserve this way: > > /local/svnroot/repository/one/conf/svnserve.conf > [general] > anon-access = > auth-access = write > password-db = passwd > authz-db = authz > /local/svnroot/repository/one/conf/authz > [/]

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

2010-12-21 Thread 谢带达
Thank you Ryan. I read the sections: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html and http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication The multiple access methods section seems not to help me to resolve my question. About

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

2010-12-20 Thread Ryan Schmidt
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 p

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

2010-12-20 Thread Stefan Sperling
On Sun, Dec 19, 2010 at 11:03:16PM -0800, David wrote: > ./svnadmin create --pre-1.5-compatible /local/svnroot/repository/one > #start the ./subversion/bin/svnserve How did you really invoke svnserve? Did you pass any options? You need to tell svnserve where to find repositories. This is done wit

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

2010-12-19 Thread David
Good day sirs and madams, 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? But when