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.
Subject:Re: tortoiseCVS and FM files From:"Sandy Harris" <sandyinchina -at- gmail -dot- com> To:TECHWR-L <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Fri, 1 Feb 2008 11:55:16 +0800
Andrew Warren <awarren -at- synaptics -dot- com> wrote:
> Your team misunderstands CVS.
>
> CVS is designed for line-based computer source code and NOTHING
> ELSE; it doesn't work for freeform human-language text,
Sure it does. I've used CVS with a large collection of HTML files. It
worked just fine. The big advantage was that because my docs
and some doc-related scripts and makefiles were all in CVS, it
was relatively easy to build docs as part of the release process.
This should work fine with Frame if you store your files in XML
or even MIF.
> and it
> REALLY doesn't work for non-text binary files like Framemaker's.
Correct. Not only is it horribly clumsy for the user, but CVS overheads
go way up. With text files, diff(1) lets you make files that store only
the differences between versions, so you can store 10 versions
as one full document and 9 much smaller diff files. That does
not work for binaries, so you have to store 10 big files.
Subversion was designed for version control of web sites and is
intended to handle versioning of binary files better. It might be
worth a look if you use a lot of graphics in your docs.
--
Sandy Harris,
Nanjing, China
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more. http://www.DocToHelp.com/TechwrlList
True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-