Blair Zajac wrote:
> Anthony Muller wrote:
>
>> Hello,
>>
>> Does a Subversion command exist to get the size of the remote repository
>> or a particular folder of the repository? (Without checkout whole
>> content)
>>
>> Regards,
>> Anthony
>
>
> Hi Anthony,
>
> No, not on a entire or even a folder basis currently. You could pipe
> the output of
>
> svn list -Rv $URL
>
> to a summing program and get the file sizes and sum them up.
This would work as long as you didn't duplicate any info due to counting
"cheap-copied" folders twice. For example, if your repository is
organized into trunk/branches/tags, running a sum from the repository
root would falsely inflate the actual size of the repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 26 18:52:10 2005