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

TortoiseSVN: a problem contacting the server

From: David <ddxie.cn_at_gmail.com>
Date: Mon, 13 Dec 2010 23:07:43 -0800 (PST)

Good day sirs and madams,

I 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.6/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

Any guides?

Thanks in advance,
David Xie

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2690592

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-14 09:10:09 CET

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

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