On Sunday 21 December 2008 13:52, you wrote: > Hi Dmitry, > > I now get this message from CVS when I update or when I even do a clean > checkout after your commit: > > ? update.log > cvs update: move away tests/simulate/string/ffs-1.c; it is in the way > C tests/simulate/string/ffs-1.c > > What does this mean? How do we fix this? > > Thanks, > Eric
Hi, Seems, this is a bad choice of new file name: 'FFS-1.c', it conflicts with another file 'ffs-1.c'. I shall correct this at the nearest half of day. Posible, this way would be safe: remove+commit 'FFS-1.c', add+commit it as 'ffs_macro.c', edit+commit old 'ffs-1.c'. Dmitry. _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
