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

RE: Subversion problem/feature request

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-07-13 04:37:15 CEST

Quoth Garrett Rooney [rooneg@electricjellyfish.net]:
> If you're using svn's internal diff it doesn't support the -q
> option. You could use GNU diff and it'd probably work, or you
> can wait for Subversion 1.4 and it'll have a --summarize flag
> for svn diff that does what you want.

Yep, "svn diff --diff-cmd diff -x -q" does produce *basically* just the
files that differ, though it's crazily verbose and would require extra
parsing before it's useful. But it's reasonably easy to parse: just
look for lines starting with "Index:". Perhaps that might be an easier
way for the OP to solve their problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 13 04:38:22 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.