You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jim Correia <ji...@pobox.com> on 2004/09/15 19:21:20 UTC

svnlook changed - parsing output?

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.)

Is the format of the output documented anywhere?

Thanks,
Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnlook changed - parsing output?

Posted by "C. Michael Pilato" <cm...@collab.net>.
Jim Correia <ji...@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