I have a project in CVS,now number of files of the project is modified and checked in by other user,Now I want to take the latest files from CVS.How I can get those files?
stanislav bashkirtsev
Ranch Hand
Joined: Aug 17, 2009
Posts: 75
posted
0
If you want just get updated files - make Update. If you want to get clean project(your modifications will be rewritten) you should make Update with "Get clean copy" mark to be checked.