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-un...@tortoisesvn.tigris.org].
> ./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.
What URL are you using? The fact that you are talking about Apache first but
using "svn://" URLs later on doesn't seem to fit. If you only installed
Apache to get the APR, that would be fine though.
What I would try is to contact a different repository somewhere on the
internet. That would make sure that it's not TSVN which fails. Once you
verified that TSVN works (which I assume), I would try a random commandline
SVN client on a known working URL and yours. If again the client works, you
can be sure that your server setup is broken. In order to find out what's
going on, I'd then try running the client on the same machine as the server,
just in case it's IP-based access control. If there are still problems left,
I'd ask on the Subversion mailinglist, not here, since (my assumption) this
is no TSVN problem.
Cheers!
Uli
--
ML: http://tortoisesvn.tigris.org/list_etiquette.html
FAQ: http://tortoisesvn.net/faq
**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at <http://www.dominolaser.com/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2690600
Great thanks for your quick answer.
> This is not enough to install into /local/svnroot/subversion, you also need to
> tell the runtime linker where to find libraries. See e.g. man ld.so on Linux.
What parameter should I add? I don't quite understand, I read the
INSTALLING SUBVERSION A Quick Guide carefully but it seems not mention
about this.
> What URL are you using? The fact that you are talking about Apache first but
> using "svn://" URLs later on doesn't seem to fit. If you only installed
> Apache to get the APR, that would be fine though.
Well, in fact we use http:// for local team. Currently another team at
another site need to visit our repository to cooperate.
So I want to turn on svn:// for them while http:// for us.
It seems to be posibble, right?
Maybe this should be a problem about Subversion instead of TSVN. So I
would like to copy this issue to the Subversion mail list.
-
Regards,
David
On 12月14日, 下午4时48分, Ulrich Eckhardt <ulrich.eckha...@dominolaser.com>
wrote:
> **************************************************************************************
> Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
> Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
> **************************************************************************************
> Visit our website at <http://www.dominolaser.com/>
> **************************************************************************************
> Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
> E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
> **************************************************************************************
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2691924