[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-15 13:10:46 CEST

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. It was me that added the description of the "list" output fields to the book and to the help recently, and I wrote "'P' if the file has any properties" based on a guess from reading the source code. I don't actually know whether that is the intended meaning of that field. Thinking about it now, it is not a very useful meaning because it doesn't scale well: in a large project, it is quite likely that every item has properties (EOL-style, project-specific properties, ...). Maybe the intended meaning is something else, and just the description is wrong.

So, developers, what's to become of that field and its description?

> And why am I getting a "?" for the users?

It could be because the files were checked in to the repository without Apache knowing the user name. You have to configure authentication in order to get user names. Try "svn info README.htm". If it does not say "Last commit author: <your username>" then that is probably the problem.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 13:11:39 2003

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

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