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

Re: Diff Size

From: Konrad Rosenbaum <konrad_at_silmor.de>
Date: 2006-08-12 09:32:24 CEST

On Saturday 12 August 2006 08:05, September wrote:
> Does subversion have a feature that will calculate the amount of data
> that has to be transferred for a given operation? That is, is there
> something like the following?
>
> svn size up (amount of data that needs to be transferred to update)

I don't think this is possible. Nor do I understand why you would want it.

> svn size commit (amount of data that needs to be transferred to commit)

Easy:
svn diff | wc

        Konrad

  • application/pgp-signature attachment: stored
Received on Sat Aug 12 09:33:53 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.