[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-10 10:26:01 CET

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

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.

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
Received on Fri Feb 10 10:26:58 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.