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. Regards, Aditya _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
