AW: SVN File Size

2011-09-20 Thread Stümpfig , Thomas
Daniel, nice url xy... svn_ra_progress_notify_func_t: callback Notification callback for network progress information. it is not the progress I am looking for. It is an upfront information about the amount of data I am going to update before initiating the update. or is svn_ra_progres

AW: SVN File Size

2011-09-20 Thread Stümpfig , Thomas
Hi Daniel, The reason for file size in 'Svn log' would be to easily estimate the amount of an update operation. It is already in 'svn list' which helps for "checkout and export". Let's assume you work offline for a week. Your colleague commits many jpg's, or tutorial avis to the documentation d

AW: SVN File Size

2011-09-19 Thread Stümpfig , Thomas
Hi all, I found the following when examining the svnlook code svn_fs_file_length where svn look gets the filesize. This is obviously the fs side function. In /libsvn_ra_svn/protocol I found the commands "stat" and "log" "stat" contains a response token of size:number "log" does not contain suc

AW: SVN File Size

2011-09-19 Thread Stümpfig , Thomas
Hi all, First of all, I would like to thank you for your dedication to this issue I would like to resume: a) there is work on serverside in 1.7 that cares about file size b) svnlook filesize makes use of it in 1.7 c) there might be issues related to svn:eol and svn:keywords d) It is worth to creat