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

RE: Re: Cannot get revison graph

From: Peter Koves <kovesp_at_sympatico.ca>
Date: Mon, 2 May 2011 18:31:13 -0700 (PDT)

> 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>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-03 03:31:10 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.