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

Re: Total Size of a Repository

From: B. Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Tue, 1 Dec 2009 12:00:21 +0100

2009/12/1 Juan Jesús Cremades Monserrat <relicary_at_gmail.com>:
> Hi,
>
> I'm an new svn administrator. I'm doing a report about the all information
> of the actual status about mu svn repository and I need to know how size
> occupies the subversion, including the projects, history versions... all.
>
> Is there some instruction toobtain this information? Thnaks

Since you're administrator, I assume you have access to the machine
which serves your repositories. You'll need to know where the
repositories are stored on the server. Each repository will be in a
directory ("folder"), which looks like this:

a-repository/
    conf/
    db/
    format
    hooks/
    locks/
    README.txt
    SYNC_LOG.txt

You just need to figure out how large those directories are on your
machine. Under linux there's a command for that "du -sh". Under
windows, try fumbling with the right mouse button.

// Ben

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2425838

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-01 12:01:28 CET

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.