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

Re: svn status "I"?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-08-01 01:00:50 CEST

Jack Repenning wrote:

> I think "svn status" can display a status character that's not
> documented anywhere, "I". At least, I done seen it do that, and I shore
> can't find it documented nowhere. From context, I think it means
> "Ignored" (as in, in the svn:ignore property).
>
> Sound about right?

Seems to be documented in 'svn help status' on my version of svn ;-)

$ svn help status

[ ... stuff ... ]

The first five columns in the output are each one character wide:
     First column: Says if item was added, deleted, or otherwise changed
       ' ' no modifications
       'A' Added
       'D' Deleted
       'M' Modified
       'C' Conflicted
       'I' Ignored <--- right there
       '?' item is not under revision control
       '!' item is missing (removed by non-svn command) or incomplete
       '~' versioned item obstructed by some item of a different kind

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 1 01:01:41 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.