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

Re: [PATCH] mod_dav_svn directory listing i18n fix, and odd bug

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-22 19:48:27 CEST

Marcus Comstedt <marcus@mc.pp.se> writes:

> Ok, my DAV i18n testing has begun, and so far mostly so good.

Thank you for helping us test!

> Index: ./subversion/mod_dav_svn/repos.c
> ===================================================================
> --- ./subversion/mod_dav_svn/repos.c
> +++ ./subversion/mod_dav_svn/repos.c Mon Jul 22 19:24:31 2002
> @@ -1354,7 +1354,7 @@
> if (resource->info->repos->xslt_uri)
> mimetype = "text/xml";
> else
> - mimetype = "text/html";
> + mimetype = "text/html; charset=UTF-8";

Excellent! I'll apply this patch. I love the fact that Mozilla will
do the UTF-8 to native translation for me. :-)

> pelix:~/svntest/test3% svn diff -r 2:3 hälsning
>
> subversion/libsvn_ra_dav/util.c:163
> svn_error: #21073 : <Name does not refer to a filesystem file>
>
> Attempted to get length of a *non*-file node.

Yes, please do debug httpd/mod_dav_svn. Set a breakpoint on
make_error_internal or somesuch, and let us see the backtrace when you
hit this bug.

We can also try reproducing it ourselves...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 22 19:50:08 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.