Vadim Gritsenko wrote:
[EMAIL PROTECTED] wrote:
tony 2003/11/17 23:30:23
Modified: src/webapp/samples/hello-world/style/xsl page2wordml.xsl
Log:
saving file as UTF-8
Revision Changes Path
1.2 +43 -46 cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wordml.xsl
Index: page2wordml.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wordml.xsl,v
retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 Binary files /tmp/cvs6Kdzpf and /tmp/cvsAnSlrB differ
Is there any reason for this file to be binary?
Vadim
Huhhh... hmm, I did:
cvs add <filename> cvs commit -m "my message" <filename>
I've done it this way before... did I miss something (it was last at night) ?
Is there a way to specify non-binary when I commit?
Not needed, CVS usually sense what type of file this is and creates it accordingly.
Any help would be appreciated :)
According to cvs [1], both version of files are, actually, binary. First one [2] I cant even try to decipher, and the second one [3] seems almost like XML file, but with binary prefix - which makes it not an XML but some proprietary binary file. Your option is to delete the file, convert it to XML, and create again.
Vadim
[1] http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wordml.xsl
[2] http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wordml.xsl?rev=1.1&content-type=text/vnd.viewcvs-markup
[3] http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wordml.xsl?rev=1.2&content-type=text/vnd.viewcvs-markup
