First of all, I must to say that PB have _very_ interesting SCCI implementation, and it work not as it is work on other systems. For instance: 1. VS .NET not ask at all which files to get, and always update all files. 2. VS 6.0, VB 6.0 ask you for files to get, however not check anything in this list, except what you select in file explorer. Normally we just press "select all" button. This may be optimal solution for you also. It is not a problem update all files, and not only those that changes. 3. All systems, except PB not display at all some statuses like "need update", "checkout by someone else and so on". So, simplest solution is just press "select all" in your dialog. However, if you wish you can configure plug-in to check "need update" status. After that it should check files that are new in repository. However, please note, that this will need additional communication with server, which can cause some delays. To configure this, open plug-in options window, page cvs options. Switch on option "Determine "Need update or out of sync" status. Optionally switch on option "Check server for file status". Optionally, because I think you not need always to see these advanced statuses. But if you have high speed network, you can switch it on. After you switch this option you will see changes in repository files checked. If you switch only "Determine "Need update or out of sync"", hold shift key when you choose "Get latest", and you should achieve the same results. |