[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-13 11:22:39 CET

On 2/13/06, Micha³ Niklas <michal.niklas@heuthes.pl> wrote:
> My configuration file content:
>
> Alias /svn /var/svn
> <Location /svn>
> SSLRequireSSL
> ....

Why the alias from /svn to /var/svn??

> 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

Try:
svn log -v https://svn.server/svn/htlib

as long as that doesn't work, the revision graph won't work either.

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

Here, it can't find /svn/htlib, even though it does exist.

Stefan

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