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

Re: why does "svn status" output anything for unchanged externals

From: Daniel Schlyder <daniel_at_bitblaze.com>
Date: 2004-01-21 20:41:05 CET

kfogel@collab.net:
> Daniel Schlyder <daniel@bitblaze.com> writes:
>> Why does "svn status" output anything at all for unchanged externals?

> I think the idea was to remind people that they have externals present
> -- since not every command recurses automatically. Similar to the "?"
> marker in status output, which reminds you you might need to 'svn add'
> a file.

Okay, I guess that makes sense. I'd like to suggest that the output per
external is reduced, though. Presuming "foo" in "core" and "bar" in "external2"
has changed, "svn st" might output:

$svn st
M foo

X external2
M external2/bar

X external1
X external3
X external4

In other words, have all actual changes described first, and not print
duplicate lines for each external (i.e. not both the "X" lines and then the
"performed status on..." lines).

Kind regards,
Daniel Schlyder

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 21 20:43:48 2004

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.