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

Re: Problem with svn list

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-10-17 15:54:38 CEST

Julian Foad wrote:
> Julian Foad wrote:
>
>> jrodrigu@lexmark.com wrote:
>>
>>> svn list --verbose http://server-name/repos
>>>
>>> _ 16 ? 28361 Oct 10 23:18 README.htm
>>> _ 27 ? 0 Oct 10 15:27 directory1/
>>> _ 24 ? 0 Oct 10 11:27 directory2/
>>>
>>> The "README.txt" and "directory1" have properties but the result of
>>> the svn list denotes that they don't have properties.
>>
>> Thank you for reporting this. I can reproduce this on RA-local.
>
> Correction: I can't reproduce this on RA-local, but I can on RA-DAV.
>
> I will remove it anyway, because I agree with Ben Collins-Sussman that
> it's silly, but first I want to find out why it's broken because other
> parts of the software may be using that dirent->has_props field internally.

Found and fixed in r7431. subversion/libsvn_ra_dav/fetch.c was using "sizeof()" instead of "sizeof()-1" to get the size of a constant string.

'P' column removed in r7432.

Book examples updated accordingly, and file size column increased to 10 digits, as requested some time ago, in r7433.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 17 15:54:30 2003

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.