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

Re: r761: Could not read status line (New Info)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-09 17:39:53 CET

"Jay Freeman \(saurik\)" <saurik@saurik.com> writes:

> 189 value = apr_xml_quote_string(p, last_author->data, 1);
> (gdb) print last_author
> $1 = (struct {...} *) 0x0
> (gdb) list
> 184 /* ### what to do? */
> 185 value = "###error###";
> 186 break;
> 187 }
> 188
> 189 value = apr_xml_quote_string(p, last_author->data, 1);
> 190 break;

Thanks, Jay. I see the problem.

Greg, if the client explicitly requests a creator-displayname
property, and the fs returns a NULL value, what should
dav_svn_insert_prop do? Just set 'value' to NULL as well?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

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.