Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc
2006-09-10, Marco Mascherpa sanoi, jotta:
> At the moment i'm having some doubts though: so far, when updating a
> manual to the next version, the procedure, or the habit, was to copy
> in the CVS the old manual (let's say 2006.0) in the new one (let's
> say 2006.1): this way it was easy for us translators to track down
> what had changed and update our localized documents.
>
> This time it seems to me something has been done differently: the
> draft directory contains some of the changes that have been done on
> the old version of the manual but, apparently the documents that were
> changed weren't the same as the 2006.0 version, but were changed
> before being committed to draft. Am i right?
I noticed the same thing some time ago. This isn't a big problem
though, as you can easily generate the same diffs from 2006.0 to 2006.1
by something like:
$ for f in 2006.0/*xml; do diff -Naur $f ${f/2006.0/2006.1}; done
in cvs/.../doc/en/handbook/
I found that the easiest way to view actual changes since I hadn't
tracked the changes in draft at all.
--
Flammie, Gentoo Linux Documentation’s Finnish head translator
and FlameEyes’ bot <http://dev.gentoo.org/~flammie>.
|
|