Group: fa.info-cvs




Subject: cvs handling ps/eps files
From: pa@see.signature.invalid (Pierre Asselin)
Date: 2/12/2007 2:41:29 AM
Step0ut <step0ut@yahoo.gr> wrote: > I have been using cvs so far for handling code development, > but I would like to use it also for latex documents. > How does CVS (v 1.12.9) behave when handling ps/eps or > even other formats used for figures. > Can one trust that changes made in a figure will be handled also > by CVS properly? eps files are usually line-oriented ascii, so CVS handles them well enough. They are rather opaque when it comes to merging divergent branches. Also they are usually generated by some tool from other input files, and it is better practice to put those input files in CVS, rather than the eps themselves. -- pa at panix dot com _______________________________________________ info-cvs mailing list info-cvs@nongnu.org http://lists.nongnu.org/mailman/listinfo/info-cvs