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

svn diff --status ?

From: Vlad Skvortsov <vss_at_73rus.com>
Date: 2006-07-25 20:34:24 CEST

Hi!

I often find myself wishing there would be an 'svn status'-like printout
for 'svn diff' command. For example, one might need to check which files
were changed between two different releases of a product. As of now,
it's possible to achieve that with something like

$ svn diff $ROOT/tags/1.0 $ROOT/tags/1.2 | grep '^Index: ' | awk '{print
$2;}'

...though it's not too convenient to type and can generate false positives.

I would like to have something like this instead:

$ svn diff $ROOT/tags/1.0 $ROOT/tags/1.2 --status
A main/module.c
U main/Makefile.am
U main/Makefile.in
U main/main.c
D main/outdated.c

It would be really helpful when checking differences of large trees.
Comments?

-- 
Vlad Skvortsov, vss@73rus.com, vss@high.net.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 25 20:40:13 2006

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.