[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: <kfogel_at_collab.net>
Date: 2004-01-13 16:51:11 CET

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.

-Karl

> Example (using svn 0.35.1 from Windows XP command prompt):
>
> [[[
> $ svn st
> X external1
> X external2
> X external3
>
> Performing status on external item at external1
>
> Performing status on external item at external2
> M external2\foo.txt
>
> Performing status on external item at external3
> ]]]
>
> In this example, I would really like to be able to have "svn status" just
> output
>
> [[[
> Performing status on external item at external2
> M external2\foo.txt
> ]]]
>
> Regards,
> Daniel Schlyder
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 13 17:46:22 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.