Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "VS" == Vin Shelton <acs(a)xemacs.org>
writes:
VS> (Aside - the only gdbinit file in the current CVS sources lives in my
VS> 21.1 source tree:
VS> : ~/cvsroot Mon 17 20:30; find xemacs* -type f | grep gdb
VS> xemacs-21.1/src/gdbinit
VS> xemacs-packages/xemacs-packages/debug/gdbsrc.el
VS> xemacs-packages/xemacs-packages/debug/gdb.el
VS> xemacs-packages/xemacs-packages/debug/gdb-highlight.el
VS> Why doesn't gdbinit appear in 21.4 or 21.5?)
It does...
,----
| xemacs-21.5/src/.gdbinit
| xemacs-21.4/src/.gdbinit
| xemacs-21.1/src/gdbinit
| xemacs-qt/src/.gdbinit
`----
This is quite odd. It must have something to do with the way I stock
my source trees. I use rsync to copy the entire repository to my
local machine, and then I did:
cvs -d /opt/CVSroot/XEmacs checkout -d xemacs-21.4-local -r release-21-4 xemacs
This got me a copy of the 21.4 tree from my local CVS server.
cvs -z3 -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs checkout -d xemacs-21.4 -r
release-21-4 xemacs
Got me the latest 21.4 sources from the XEmacs CVS server.
diff -r -q xemacs-21.4 xemacs-21.4-local | grep -v CVS
reports:
Only in xemacs-21.4: lock
Only in xemacs-21.4/src: .dbxrc
Only in xemacs-21.4/src: .gdbinit
Here is the contents of my .cvsrc file:
cvs -z3
diff -Nau
update -Pd
checkout -ko -P
Any ideas which of the CVS idols I have offended?
- Vin