Re: CVS history for moved include files
Keith Packard <[email protected]> Tue, 16 Dec 2003 10:08:51 -0800
| Newsgroups | gmane.comp.freedesktop.xlibs.general |
|---|---|
| Message-ID | <[email protected]> |
Around 23 o'clock on Dec 15, "Jeremy C. Reed" wrote: > Is it okay if I do the following? > mkdir -p /home/cvs/xlibs/Xmu/include/X11/Xmu # or should I just do "cvs add"? Those are equivalent operations as far as I can tell; so do either. > cd /home/cvs/xlibs/Xmu/ > mv \ That's what I did with Xlib; what cvs add gives you is the ability to go back to the old build system easily, but drops the history. I thought the per-file history more important than the ability to recover the imake build system, so I moved the ,v files instead. CVS sucks. -keith