On Sat, Sep 20, 2003 at 02:41:20PM +0200, Michel D�nzer wrote: > On Fri, 2003-09-19 at 12:13, Jos� Fonseca wrote: > > > > BTW, a pet peeve of mine is the double 'xc/xc' in the main CVS module. > > If viable, when transitioning leave only one 'xc', and take way the > > orfan 'xc/t' dir too. > > This could be done by moving the repository files accordingly, but the > CVS/Repository files in checked out trees would have to be adapted, so > I'm not sure it's worth it. Getting rid of the superfluous stuff in a > checked out tree isn't that much of a problem, is it?
It gets just a little confusing when dealing with several checked out branches, especially in the build scripts, but no - it's not a big deal at all. Jos� Fonseca PS: The command to fix that would be (assuming one has sed version 4.0 or greater): find . -name Repository | xargs sed -i -e 's:^xc/::' ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
