Re: CVS and Word docs

Subject: Re: CVS and Word docs
From: Megan Golding <mgolding -at- secureworks -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: 16 Oct 2002 10:47:29 -0400


On Wed, 2002-10-16 at 10:08, cwebber -at- seagull -dot- nl wrote:

> - to diff the files, Word does a better job, since CVS does not.

That's correct. The 'cvs diff' command really only works on text files.

> - apparently when changes are committed once a day, the archive copy
> gets bigger and slower as well.

Hrmm...I don't think that's the case. What gets large is the directory
holding all earlier revisions of the file. Let's say you commit a 50
page Word manual on day 1 and continue writing and commiting for 10
days. The repository will store 10 versions of the manual. That means
your required disk space will mushroom with each day that passes (this
isn't the case with text files, by the way).

There are two ways to solve this growing repository problem:

1. commit to CVS only when you've reached logical stopping points.
Finishing a chapter, completing a draft...those sorts of events. Think
of commits as points of development you may want to visit again in the
future.

2. According to the information on
http://ccvs.cvshome.org/fom/cache/37.html
you may want to clean out unnecessary revisions to prevent filling up
the server's hard drive.

*NOTE* When you add a binary file to CVS, be sure to use the '-kb' flag
so CVS knows its binary. Otherwise, CVS will assume its a text file and
it may mess your Word doc up. Here's a note about that:
http://www.gnu.org/manual/cvs-1.9/html_node/cvs_81.html

Meg

--
Megan Golding SecureWorks, Inc.
Internet security for corporate networks.
No hassles, no headcount, and no capital outlay.
http://www.secureworks.com


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Buy ComponentOne Doc-To-Help 6.0, the most powerful SINGLE SOURCE HELP
AUTHORING TOOL for MS Word. SAVE $100 on the full version and $50 on the
upgrade. Offer ends 10/31/2002 (code: DTH102250).
http://www.componentone.com/d2hlist1002

All-new RoboHelp X3 is now shipping! Get single sourcing, print-quality
documentation, conditional text and much more, in the most monumental
release ever. Save $100! Order online at http://www.ehelp.com/techwr-l

---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit
http://www.raycomm.com/techwhirl/ for more resources and info.



Follow-Ups:

Previous by Author: Re: Wiki THIS!
Next by Author: RE: Portfolios of samples as Interviewing criteria [Remembering]
Previous by Thread: Re: CVS and Word docs
Next by Thread: Re: CVS and Word docs


What this post helpful? Share it with friends and colleagues:


Sponsored Ads