Re: [Xorg] Reorganizing the xc/include directory
Egbert Eich <[email protected]> Mon, 17 May 2004 22:15:15 +0200
| Newsgroups | gmane.comp.freedesktop.xserver,gmane.comp.freedesktop.xorg |
|---|---|
| Message-ID | <[email protected]> |
Keith Packard writes: > > Around 20 o'clock on May 17, Egbert Eich wrote: > > > Disadvantage you cannot do a cvs diff with an older tag. Maybe editing the > > tags so that they don't conflict with the old ones but have a simple enough > > relationship to the old ones may be a reasonable kludge. > > I think that's a serious enough disadvantage that warrents considering > just copying the complete ,v files to the new location. As long as the > build system for the old version can ignore the duplicate files, I think > that'll work just fine. > You mean renaming the tags form 'foo' to something like 'premod_foo' would be a disadvantage? After you have moved files I'd expect that you would only diff individual files to see what has changed. So I don't see the big disadvantage here. instead of doing cvs diff -r foo bar.c you'd do: cvs diff -r 'premod_foo bar.c That's all. Cheers, Egbert.