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

Restriction on REPOS->WC Summarized Diff

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: 2007-11-08 22:23:26 CET

Peter,
    I've been in the libsvn_client diff source a lot recently and I
had a question about why do_diff_summarize prohibits non REPOS->REPOS
summarized differencing. Just for grins, I took out your code to
prohibit the non REPOS->REPOS summarized diff and not only did
Subversion run fine but the outputted paths and actions were the same
as running the equivalent via REPOS->REPOS differencing. The only
real difference is that the current summarized diff, as I ran it, used
relative paths for REPOS->REPOS output while the modified code
produced full URLS. Since this is purely a cosmetic difference, that
could be remedied, I wanted to know if there was a more important
reason as to why you have restricted all but REPOS->REPOS summarized
differencing.

Take care,

Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 8 22:23:40 2007

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.