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

Re: Revision graph does't work with HTTPS

From: Micha³ Niklas <michal.niklas_at_heuthes.pl>
Date: 2006-02-13 09:03:31 CET

Stefan Küng napisa³(a):
> On 2/10/06, Micha³ Niklas <michal.niklas@heuthes.pl> wrote:
>
>
>> I have noticed that while graph works if I use
>> 'svn' protocol it doesn't work if I use 'https'.
>>
>> I checkut with command:
>> svn checkout https://warp.heuthes/svn/hdb/trunk/ hdb
>> or from Tortoise dialog.
>>
>> It checkouts successfully. Now I can use "Show log" and
>> "Blame", but if I run "Revision graph" it fails with:
>> PROPFIND request failed on '/svn/hdb'
>> PROPFIND of '/svn/hdb': 301 Moved Permanently
>>
>> I have tried it with 1.3.1 version and with daily snapshot:
>> TortoiseSVN-1.4.0.5677-dev-win32-svn-1.3.0.msi
>>
>> Can you help me?
>>
>
> You must configure your server correctly, then the revision graph will
> work with https:// too. The error you get is due to the fact that the
> revision graph fetches the log of the repository *root* (not from
> /trunk or the path you want it to show the graph for).
>
>
My configuration file content:

Alias /svn /var/svn
<Location /svn>
  SSLRequireSSL
  ....

> Seems your server doesn't allow fetching the logs of the root - or you
> don't have read access there. But I guess it's an issue with trailing
> backslash - check your <Location> block in the apache config file.
>
I have tried it with HTTP and HTTPS and it do not work in both cases.

I think the trailing backslash is removed by svn and this backslash
cause problems.

I have chceked out project:
svn checkout https://svn.server/svn/htlib/trunk/ htlib

If I ask for htStream.pas revision graph Apache logs shows:

"PROPFIND /svn/htlib/trunk/pas/htStream.pas HTTP/1.1" 207 688 "-"
"SVN/1.3.0 (r17949) neon/0.25.5"
"PROPFIND /svn/htlib/!svn/vcc/default HTTP/1.1" 207 403 "-" "SVN/1.3.0
(r17949) neon/0.25.5"
"PROPFIND /svn/htlib/!svn/bln/2996 HTTP/1.1" 207 460 "-" "SVN/1.3.0
(r17949) neon/0.25.5"
"PROPFIND /svn/htlib HTTP/1.1" 301 404 "-" "SVN/1.3.0 (r17949) neon/0.25.5"

How to configure it?
Should I add alias to Apache configuration?

Regards,
Michal Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Feb 13 09:03:19 2006

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.