Re: problem with cvs
Dumas Patrice <[email protected]> Mon, 1 Sep 2003 18:12:42 +0200
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
--veXX9dWIonWZEC6h
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
The same problem happened oncce more. I was doing a cvs commit:
[dumas@zeus texi2html]$ cvs commit
......
/cvs/texi2html/Tests/nodes_texinfo_res/texinfo.passfirst,v <-- texinfo.passfir
st
new revision: 1.13; previous revision: 1.12
done
cvs commit: warning: unrecognized response `st of all the @@-commands, assorted Emacs Lisp' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18742) functions, and s
everal variables. To make the list easier to use, the' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18743) commands are lis
ted without their preceding @samp{@@}.' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18744) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18745) @printindex fn' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18746) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18747) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18748) @node Concept Index' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18749) @unnumbered Con
ept Index' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18750) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18751) @printindex cp' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18752) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18753) ' from cvs server
cvs commit: warning: unrecognized response `texinfo.txi(,18754) ' from cvs server
Checking in Tests/nodes_texinfo_res/texinfo.passtexi;
/cvs/texi2html/Tests/nodes_texinfo_res/texinfo.passtexi,v <-- texinfo.passtexi
new revision: 1.4; previous revision: 1.3
done
.....
Checking in Tests/nodes_texinfo_res/xref.html;
/cvs/texi2html/Tests/nodes_texinfo_res/xref.html,v <-- xref.html
new revision: 1.6; previous revision: 1.5
done
290 file(s) commited
cvs [server aborted]: received broken pipe signal
cvs commit: dying gasps from localhost unexpected
cvs commit: saving log message in /tmp/cvs0ScTUh
[dumas@zeus texi2html]$
It seems that the cvs server sends back to local cvs the end of the committed
file (at least the local cvs client believes it).
Some error messages are inserted locally in the commited file (I attach a
diff) and the end of the file is truncated.
Pat
--veXX9dWIonWZEC6h
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename="nodes_t.diff"
Content-Transfer-Encoding: 8bit
diff -u Tests/nodes_texinfo_res/texinfo.passfirst Tests/nodes_texinfo/texinfo.passfirst
--- Tests/nodes_texinfo_res/texinfo.passfirst 2003-09-01 17:08:20.000000000 +0200
+++ Tests/nodes_texinfo/texinfo.passfirst 2003-09-01 17:53:06.000000000 +0200
@@ -11977,14 +11977,7 @@
texinfo.txi(,12948) * Within Emacs:: How to format and print from an Emacs shell.
texinfo.txi(,12949) * Texinfo Mode Printing:: How to format and print in Texinfo mode.
texinfo.txi(,12950) * Compile-Command:: How to print using Emacs's compile command.
-texinfo.txi(,12951) * Requirements Summary:: @TeX{} formatting requirements sucvs log: cannot open CVS/Entries for reading: No such file or directory
-cvs log: cannot open CVS/Entries for reading: No such file or directory
-cvs log: cannot open CVS/Entries for reading: No such file or directory
-cvs [log aborted]: cannot get working directory: No such file or directory
-cvs [log aborted]: cannot get working directory: No such file or directory
-cvs [log aborted]: cannot get working directory: No such file or directory
-cvs [log aborted]: cannot get working directory: No such file or directory
-mmary.
+texinfo.txi(,12951) * Requirements Summary:: @TeX{} formatting requirements summary.
texinfo.txi(,12952) * Preparing for TeX:: What to do before you use @TeX{}.
texinfo.txi(,12953) * Overfull hboxes:: What are and what to do with overfull hboxes.
texinfo.txi(,12954) * smallbook:: How to print small format books and manuals.
@@ -17421,4 +17414,17 @@
texinfo.txi(,18738) @node Command and Variable Index
texinfo.txi(,18739) @unnumbered Command and Variable Index
texinfo.txi(,18740)
-texinfo.txi(,18741) This is an alphabetical li
\ Pas de fin de ligne à la fin du fichier.
+texinfo.txi(,18741) This is an alphabetical list of all the @@-commands, assorted Emacs Lisp
+texinfo.txi(,18742) functions, and several variables. To make the list easier to use, the
+texinfo.txi(,18743) commands are listed without their preceding @samp{@@}.
+texinfo.txi(,18744)
+texinfo.txi(,18745) @printindex fn
+texinfo.txi(,18746)
+texinfo.txi(,18747)
+texinfo.txi(,18748) @node Concept Index
+texinfo.txi(,18749) @unnumbered Concept Index
+texinfo.txi(,18750)
+texinfo.txi(,18751) @printindex cp
+texinfo.txi(,18752)
+texinfo.txi(,18753)
+texinfo.txi(,18754)
--veXX9dWIonWZEC6h--