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

Re: [TSVN] multi-file {diff,create patch}?

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-25 18:32:59 CET

Molle Bestefich wrote:
> === Item 10 (multi-file diff), 11 (multi-file create patch)
>
> SK>> What's the point in comparing two files from the commit dialog?
>
> SL> I think Stefan misunderstood you. You want a unified diff of WC against
> SL> BASE for several files, not a unified diff of 2 unrelated files, yes?
>
> Sounds like a cool feature.

As mentioned before: svn_client_diff() doesn't take a list of files to
diff but only one path to diff against another. So if TSVN would provide
a way do diff multiple files, it would have to call svn_client_diff()
for each file individually and then append each new diff to the previous
diff.
But I don't see the point in having a unified diff from the commit
dialog. You already can doubleclick the files to see what's changed.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Mar 25 18:33:31 2005

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

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