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

`svn status' details

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-10-25 00:45:22 CEST

Implemented `svn status' command. Here are some details, especially
for people thinking about user interfaces. (Output is quite terse
right now, just as Karl likes it. :))

The output format is

<local_ver> (r <repos_ver>) <flag> <name>

...where <flag> is one of {A, D, M, -} if the dirent is marked for
(A)ddition, marked for (D)eletion, locally (M)odified or (-)
unchanged.

Here are some examples:

[sussman@newton:~]$ ./svn status t1/iota
1 (r none) - t1/iota

[sussman@newton:~]$ ./svn status t1/A/D/gamma
1 (r none) M t1/A/D/gamma

[sussman@newton:~]$ ./svn status t1/A/D
1 (r none) - t1/A/D

Notice in the last example that we're getting the status of a
*directory*. Yummy.
Received on Sat Oct 21 14:36:12 2006

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.