TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
In my experience you rarely whack older branches or versions in source control. You may spawn a new branch, and kind of forget the earlier branches. But whacking them seems kind of rare to me.
Now the problem with binary files is that you're storing full images of the file -- as already noted. What I believe you can do is set a version roll-ovr where the system only stores so many versions of your files. I think the problem there is that it's global for the repository. So you can't keep your binary doc source in the same repository as the code. This isn't catastrophic, but developers tend to squirm at the thought because it violates their sense of source control. In the best of worlds, you can keep your doc source on the same track as the code. But that seems to require storing in a text format. Again, I refer you to the Oxygen integration of their XML with source control.
BTW, MIF isn't so great for that because it makes changes underneath your content changes, so the deltas are misleading.
################################
Yeah, backups are generally less disk-intensive, and it's possible for
older backups to be shifted from online storage to other storage,
which could cut hardware costs.
The same should be true of source control, if you're working on
version 5.x you probably don't need online access to 2.x.
I guess online storage has gotten so cheap that it's not worth the
effort. And occasionally it's very helpful to have an archive of
versions going way, way back.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create and publish documentation through multiple channels with Doc-To-Help. Choose your authoring formats and get any output you may need.
Try Doc-To-Help, now with MS SharePoint integration, free for 30-days.