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

Re: svnlook changed - parsing output?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-15 21:38:29 CEST

Jim Correia <jim.correia@pobox.com> writes:

> svn help st provides a detailed description of the format of the
> output it generates.
>
> svnlook help changed doesn't.
>
> It looks like it is similar to the first two columns of the
> former. (But if a file just has property changes the line is preceded
> with _U instead of <space>U which svn st would have done.)

Close, but 'svnlook changed' is much simpler. In the first column,
you get:
  A - added
  D - deleted
  U - textually modified
  _ - no textual mods, but check the second column

And in the second column, you get either "U", meaning there were
property mods, or nothing (space), meaning there weren't.

> Is the format of the output documented anywhere?

Yes. In this email. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 15 21:40:51 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.