You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Johan Chaves SaborĂ­o <jo...@gmail.com> on 2005/11/25 17:14:20 UTC

svn diff format question

Hi!!!

I need a list of files modified between two revisions, so I did a

svn diff -r ..... | grep Index:

and it works fine.... but now I need the file status, I mean: added,
modified or deleted...

how can I take this information from the svn diff output????