I’m using the Versions application on a Mac to handle an SVN repository for my files. My working copy is around 6 MB, yet my repository is only 1.4 MB, and I am holding five revisions in the repository!
How can this be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SVN compresses one version of your code the differences between each version. That is why it does not take much space.
More detail can be found here