CVS history for moved include files
"Jeremy C. Reed" <[email protected]> Mon, 15 Dec 2003 23:35:44 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xlibs.general |
|---|---|
| Message-ID | <[email protected]> |
I see from examples of X11 and Xt include files in xlibs CVS that they still have old history. I assume that someone manually copied the files in place on the CVS server itself. I am working on Xmuu and Xmu. (At first I thought I'd just do cvs delete and then cvs add, but now I know that I should just do same as others.) Is it okay if I do the following? mkdir -p /home/cvs/xlibs/Xmu/include/X11/Xmu # or should I just do "cvs add"? cd /home/cvs/xlibs/Xmu/ mv \ /home/cvs/xlibs/Xmu/Atoms.h,v /home/cvs/xlibs/Xmu/ExtAgent.h,v \ /home/cvs/xlibs/Xmu/CharSet.h,v /home/cvs/xlibs/Xmu/Initer.h,v \ /home/cvs/xlibs/Xmu/CloseHook.h,v /home/cvs/xlibs/Xmu/Lookup.h,v \ /home/cvs/xlibs/Xmu/Converters.h,v /home/cvs/xlibs/Xmu/Misc.h,v \ /home/cvs/xlibs/Xmu/CurUtil.h,v /home/cvs/xlibs/Xmu/StdCmap.h,v \ /home/cvs/xlibs/Xmu/CvtCache.h,v /home/cvs/xlibs/Xmu/StdSel.h,v \ /home/cvs/xlibs/Xmu/DisplayQue.h,v /home/cvs/xlibs/Xmu/SysUtil.h,v \ /home/cvs/xlibs/Xmu/Drawing.h,v /home/cvs/xlibs/Xmu/WidgetNode.h,v \ /home/cvs/xlibs/Xmu/Editres.h,v /home/cvs/xlibs/Xmu/WinUtil.h,v \ /home/cvs/xlibs/Xmu/EditresP.h,v /home/cvs/xlibs/Xmu/Xct.h,v \ /home/cvs/xlibs/Xmu/Error.h,v /home/cvs/xlibs/Xmu/Xmu.h,v \ /home/cvs/xlibs/Xmu/include/X11/Xmu/. Or how was it done with the others? Once I get that taken care of, I will commit my Makefile.am and configure.ac files. Thank you, Jeremy C. Reed http://bsd.reedmedia.net/ p.s. I need X11/Xaw/Cardinals.h for Xmu -- does anyone want to work on Xaw? Xmuu is building fine for me.