"Tinny Ng" <[EMAIL PROTECTED]> writes: > > Remember that this will require a cvs change. We need to rename the src directory > > to xercesc. Some cvs experts gave some advice about that at the time. > > > > Since CVS cannot rename, the cleanest way is to create everything as new directory > and new files, and then delete the old directory "src". And as far as I know, the > deleted directory information is still stored in CVS "Attic" and is still > accessible. Thus we can still access old history log if needed.
As long as you mean 'remove' as in 'cvs remove' then you're correct. The real advantage to doing it that way is all the old tags still work, so that you can check out historical copies. The (slight) disadvantage is that all the history that should be associated with the file is in two separate places. It's unfortunate that CVS forces you to remove a file and then re-add it when it should just have a 'move' command. Luckily it seems that subversion (subversion.tigris.org) will be ready for general use pretty soon. I've got a couple of test repositories using the latest alpha of subversion and I'm pretty happy. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]