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

Re: show diffs in a gui client, how to get a list of changed files?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-26 15:31:51 CEST

On May 26, 2005, at 5:46 AM, SteveKing wrote:
>
> And as far as I can remember, there have already been some requests
> about this kind of feature for people who want to use this list for
> their scripts.

Yeah, I've been asking for this same feature for a while too,
something like:

    $ svn diff URL1@X URL2@Y --list-files
    M foo.c
    M bar.c
    A baz.h
    D blah
    [...]

The output would be similar to what 'svn merge --dry-run' already
does. I think it's just a matter of writing a new set of
diff_callbacks_t for the URL-URL diff codepath. Would anyone object
if I filed an enhancement request for this? I see this request over
and over from users too.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 26 15:37:25 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.