Ravi Roy wrote on Fri, 7 May 2010 at 15:56 +0530:
> I want to compute the transaction size based on some predefined value
> (say 5 MB)

Most probably, you're interested in the size of something *created*
by the transaction --- not in the physical size of the on-disk
representation of the transaction itself.  The transaction isn't
a long-lived repository object.

> and allow commit to the repository if transaction size (in
> case new file commit) is less than or equal to this size.
> 
> Any idea you have ?
> 
> Thanks!
> 
> -RR
> 

Reply via email to