Hello,
We have a repository that we access through Apache web server 2.2.3
When we try to see the logs, we get the following error.
~$ svn log http://canario/repository/projects collector
svn: REPORT request failed on '/repository/projects/!svn/bc/910'
svn: REPORT of '/repository/projects/!svn/bc/910': 200 OK
(http://canario)
However, it works if we try this:
~$ svn log http://canario/repository/projects/collector
------------------------------------------------------------------------
r907 | cpinera | 2008-02-26 18:44:58 -0500 (Tue, 26 Feb 2008) | 1 line
Updated for new TPORT Proxy test cases
------------------------------------------------------------------------
r906 | cpinera | 2008-02-26 18:40:22 -0500 (Tue, 26 Feb 2008) | 1 line
Updated for new TPORT Proxy test cases
------------------------------------------------------------------------
r897 | dcavalcanti | 2008-02-25 16:32:28 -0500 (Mon, 25 Feb 2008) | 1
line
Bug fix: http://canario.isxinc.com/bugzilla/show_bug.cgi?id=118
------------------------------------------------------------------------
r896 | vmiharia | 2008-02-25 16:21:01 -0500 (Mon, 25 Feb 2008) | 1 line
bug fix 119. Changed the default queue name to BillingQueue instead of
LoadQueue
...
If I log into the server that hosts apache and subversion, I can issue
this command:
~$ svn log file:///var/www/repository/projects/ collector
------------------------------------------------------------------------
r907 | cpinera | 2008-02-26 18:44:58 -0500 (Tue, 26 Feb 2008) | 1 line
Updated for new TPORT Proxy test cases
------------------------------------------------------------------------
r906 | cpinera | 2008-02-26 18:40:22 -0500 (Tue, 26 Feb 2008) | 1 line
Updated for new TPORT Proxy test cases
------------------------------------------------------------------------
r897 | dcavalcanti | 2008-02-25 16:32:28 -0500 (Mon, 25 Feb 2008) | 1
line
Bug fix: http://canario.isxinc.com/bugzilla/show_bug.cgi?id=118
------------------------------------------------------------------------
r896 | vmiharia | 2008-02-25 16:21:01 -0500 (Mon, 25 Feb 2008) | 1 line
bug fix 119. Changed the default queue name to BillingQueue instead of
LoadQueue
...
So it seems that the problem is with the apache/subversion plugin.
I searched on this extensively, and couldn't find a solution for it.
Could someone help us? It will be greatly appreciated.
thanks,
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 19:28:22 CET