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

Re: Cannot get revison graph

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 04 May 2011 21:29:52 +0200

On 03.05.2011 03:31, Peter Koves wrote:
>> The revision graph has to fetch the log from the repository root. Check
>> the Apache error log for hints about what went wrong here.
>> Maybe you have to add a slash in your Apache config for the<Location
>> svn/> block.
>>
>> Stefan
>
>
> Thanks for the pointer. This certainly seems the problem as the same thing happens when I try to do a 'Show Log' for the root of the working copy. I tried the following including combinations of the commented out directives, but this did not help.
>
> <Location /svn/>
> DAV svn
> SVNReposName "Peter's Subversion Repositories"
> SVNParentPath /opt/share/SVN
> # RedirectMatch ^(/svn)$ $1/
> # SVNListParentPath on
> AuthType Basic
> AuthName "Subversion Repository"
> SVNPathAuthz off
> AuthUserFile /opt/share/SVN/svn-auth-file
> Require valid-user
> </Location>

try <Location /svn> instead of <Location /svn/>.
If that doesn't work, you should ask on the svn users list for help
since this is an issue with server setup.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2730187
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-04 21:29:55 CEST

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.