2

How can I know how much disk space is occupying a Plastic SCM repository?

Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219
LucaCosta
  • 90
  • 2
  • 11

1 Answers1

5

It depends on the backend you have configured (SQL Server, MySQL, Firebird, etc... ).

Once you know the backend you're using, the problem is as simple as knowing the size of the databases in that backend. Plastic SCM databases starts with the prefix:

rep_X.plastic

where X is a numeric id.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219