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

RE: status output and long fields

From: Wolf Josef <josef.wolf_at_siemens.com>
Date: 2003-02-19 18:50:56 CET

cmpilato@collab.net wrote:

> 'svn status' output is designed to be both human-readable and
> machine-parsable.

Truncating output that is meant to be machine readable is a bad
thing, IMHO.

> The simplest form of machine-parsable output is tabular

I disagree. The simplest form of machine parsable output is
to split by whitespace. This way you don't loose any information
(as you would with tabular outout). If you consider the first five
chars as "one field", then the output of "svn status" is prefectly
parseable without any loss of information.

Please don't output broken information.

Just my 0.002eur

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 19 18:52:00 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.