info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to treat XML files checked into CVS


From: Yves Dorfsman
Subject: Re: How to treat XML files checked into CVS
Date: Tue, 15 Apr 2008 16:58:34 -0600
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

Larry Jones wrote:
Andy writes:
Is it good practice to add *.xml -kb to cvswrappers so that XML files
are treated as binary to prevent CVS from trying to merge xml
documents together?

No.  XML files are text files and should be treated as such to get
correct line endings.  If you really don't want merging, then use
*.xml -m 'COPY' instead, but merging XML usually works just fine.

They are text, but UNICODE, which CVS can't handle properly, so you are better off to deal with them as binary.


--
Yves.
http://www.SollerS.ca





reply via email to

[Prev in Thread] Current Thread [Next in Thread]