-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aditya Agarwal wrote: > Hi, > > We are using CVS repository (version: Server: Concurrent Versions System (CVS) 1.11.21 (client/server) to maintain our code on Feduro machine. > I am creating a new directory into my source code and added it on to server.I double check on to server file was created properly .But when some other user try to update the code they are not getting that directory.Here are the step followed. > > My CVs root = /usr/home/aditya/Guruji > i am intend to add new directory : code2 > > 1. pwd > /usr/home/aditya/Guruji > 2. mkdir code2 > 3. cd code2 > 4. vi code.c (// written some code executed ...) > 5. cd .. > 6. cvs add code2 > 7. cd code2 > 8. cvs add code.c > 9. cd .. > 10 cvs commit > > It all works fine, but now if some other user try to update he didnot get > code2 directory atall. > > Any help is greatly appreciated.
I am moving this discussion into [email protected] - this is almost certainly not a bug, but user error. Did the other user forget to use 'update -d' to fetch new files? Was the file added on a different branch from which the other user is working (in this case, "branch" also includes the trunk), and did the other user specify the 'update -P' option? Am I correct in assuming that the other user did not receive any error messages? If there were error messages, please let us know. - -- 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 iD8DBQFEgJIYLdDyDwyJw+MRApceAJ4hN4NCLEvX0e7X6NEcsg9hFJuzWQCg70o+ ytjOiycS/DHCB6TIOENrONE= =EYum -----END PGP SIGNATURE----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
