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

Re: svn usages for some useful cvs commands

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-10-19 00:08:22 CEST

On 10/18/05, Ryan Schmidt <subversion-2005@ryandesign.com> wrote:

> > 3) cvs -q rdiff -s -rTag1 -rTag2 --> don't give me actual diffs
> > just the
> > file changes.
>
> I think that's:
>
> svn diff --diff-cmd diff --extensions '--brief' $REPO/path/to/tags/
> Tag1 $REPO/path/to/tags/Tag2

Unfortunately, that'll still download the actual diff between the
content of the files on each branch, which is somewhat wasteful.
There's actually already a svn_client_diff_summarize API that only
gives you an indication of what files changed, without actually
sending the deltas to the client, but it hasn't yet been exposed via
the command line interface.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 19 00:11:25 2005

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.