I'm new to being a pure programmer/engineer (though I have worked with many through the years and performed 'as needed' coding). Now I find myself needing to setup a version control environment. I'm familiar with SVN, but would like to know if it has a 'feature' before going to the trouble of setting it up and determine what file structure to implement.
Within a project, I've several files that change frequently, but I do not want to keep prior versions as they would quickly gobble up disk space. Does SVN have a feature where you can set the property for a file (or folder) within the repository to only retain the latest version of a file? (Or maybe just the n last versions?)
If SVN does not have this feature, are there other version control systems that do?
Thanks in advance for your consideration of this question...