In order for developer B to get the new files developer A committed B needs to do a cvs update in the working directory. This will give him all new files and also all changes in the other files will be added to his working copies.
There is no "new baseline" created by a commit, you will have to manually manage this by "tagging" the module. /Bo -----Original Message----- From: Khalid Sheikh [mailto:[EMAIL PROTECTED]] Sent: den 19 februari 2002 18:07 To: [EMAIL PROTECTED] Subject: [Cvsnt] Newbie Question part deux Hi guys : sorry guys I just found out a lil more about the initial question I posted a few days back. Here is a test case say our CVSROOT base is CVSROOT/../../src/websphere/a.jsp b.jsp c.jsp say we have two developers A and B who get a local copy in their developement enviroment. Developer A adds the following files d.jsp, e.jsp and f.jsp. He/she goes ahead and adds then and commits to the CVSROOT. Thus creating a new baseline, say base + deltaA. Is it possible for developer B to just get d.jsp, will he/she have to do an update to the whole module thus getting d.jsp,e.jsp and f.jsp. Thanks in advance. Please let me know if I need to further explain or try to explain the issue involved. _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
