-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Norman Crisp wrote: > A file was created in the main trunk called foo.GIF. A branch was then > created call B4. A designer noticed that the naming convention was > incorrect and the file should have been created as foo.gif. So, the > designer physically deleted the file foo.GIF from CVS and created foo.gif. > In the main trunk all looks fine but when a checkout is done in the branch > we are still getting foo.GIF. > > Does anyone know why or how I can correct this problem in the branch?
If this problem occurs on a Windows client with an update (not a fresh checkout) then the problem is that the CVS/Entries file has an entry foo.GIF, and CVS will keep that case. What version of the client and server are you running? In future, you can simply rename the ,v file in the repository, instead of deleting it and re-creating it. - -- Jim Hyslop Dreampossible: Better software. Simply. http://www.dreampossible.ca Consulting * Mentoring * Training in C/C++ * OOD * SW Development & Practices * Version Management -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFETTOVLdDyDwyJw+MRAqRiAKDkkd+r+sEh9xUGdDbgWsqGg/DuQwCfbAs3 snDjlnhjRc8NRxkO8Iykmo0= =vpmE -----END PGP SIGNATURE----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
