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 I tried, I got an error saying: There has been a problem contacting the server...
I read the INSTALLING SUBVERSION A Quick Guide carefully and install svn from source: #install Apache: tar zxf httpd-2.2.14.tar.gz cd httpd-2.2.14 ./configure --prefix=/local/svnroot/apache2 --enable-so --enable-mods- shared=all --enable-dav=share --enable-dav-fs --with-ldap --enable-ldap --enable-authnz-ldap -- enable-authn-alias \ --enable-maintainer-mode --with-serf --enable-ssl --with-ssl --with- openssl make make install #install Subversion tar zxf subversion-1.6.15.tar.gz tar zxf subversion-deps-1.6.15.tar.gz cd subversion-1.6.15 ./configure --prefix=/local/svnroot/subversion --with-apxs=/local/ svnroot/apache2/bin/apxs \ --with-apr=/local/svnroot/apache2 --with-apr-util=/local/svnroot/ apache2 \ --with-ssl --enable-maintainer-mode \ --enable-javahl --with-jdk=/local/jdk1.6.0_17 \ --with-serf=/root/subversion-1.6.15/serf \ PYTHON=/usr/bin/python2.4 make make install ./svnadmin create --pre-1.5-compatible /local/svnroot/repository/one #start the ./subversion/bin/svnserve #configure ./one/conf/svnserve.conf, authz, passwd svn://172.18.127.148/one It is ok to view logs via TortoiseSVN-->Show log But: ./svnadmin create /local/svnroot/repository/test #configure ./one/conf/svnserve.conf, authz, passwd svn://172.18.127.148/test An error happen when i try to view logs via TortoiseSVN-->Show log The error message is: There has been a problem contacting the server. Do you want to see the cached data instead? please understand that the cached data may be outdated, incomplete or even misleading due to incomplete history data. Make this the dafault Offline now Permanently offline Cancel svn, version 1.6.15 (r1038135) TortoiseSVN 1.6.12, Build 20536 - 32 Bit , 2010/11/24 20:59:01 and tested TortoiseSVN-1.6.6.17493-win32-svn-1.6.6.msi Window SP3 Red Hat Enterprise Linux 5 Also see my old post at: http://groups.google.com/group/tortoisesvn/browse_thread/thread/94b8f12b8dcfcb1f/21d8e8f4c9180c51#21d8e8f4c9180c51 Have somebody seen the same error? Any guides? Thanks in advance, David
