Hi everyone,
I have a question regarding the disc space usage of version control
Given the following scenario how much disc space am I using?
- Assume an instance of SharePoint Portal Server 2003
- I create a document repository
- I add a new column called XYZ (type is unimportant)
- I upload a document of 30kb and set the attribute XYZ to "blue"
- I expect to now have 1 version under version control
- I now change the attribute XYZ to "green"
- I expect to now have 2 versions under version control
Am I now using 60kb or is SharePoint smart enough to know that I've not
modified the document and thus doesn't create a new copy?
Thanks!