Where does Subversion physically stores its DataBase ?

Posted by Mika Jacobi on Stack Overflow See other posts from Stack Overflow or by Mika Jacobi
Published on 2011-01-17T19:54:36Z Indexed on 2011/01/17 20:53 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

After reading many introductions, starting guides, and documentation on SVN, I still cannot figure out where is my versioning data stored. I mean physically. I have over 3 GB of code checked in, and the repo is just a few MB large. This is still Voodoo for me. And, as a coder, I don't really believe in Magic.

EDIT : A contributor stated that not all the code was stored in the repo, is that true ? I mean, if I delete my local working copy I still can get back my source code for the repository... If so, I still can't understand how such a compression can occur on my code...

© Stack Overflow or respective owner

Related posts about c#

Related posts about java