Home Page (Source-Code Control) | Overview | How Do I ... Topics
If your source-code control system does not support exclusive use, it could happen that while you had the file checked out, another author also may have checked out the file, made changes, and then checked the file in. In this case, before you check in your local copy of the file, you need to find out if there were changes made by other authors. If so, you need to merge those changes into your local copy. You can then verify that all the changes are compatible and that none cause problems when you use the file. After you have verified the changes, you can check in the file.
To check files in and merge others’ changes
The Get Latest Version dialog box appears, with checks next to the files that you have selected. The list includes all files in the project directory under source-code control, and you may check or uncheck any files in the list.
The source-code control system copies master files to your local copies. If there is a file with changes in both your local copy and the master copy, your source-code control system notifies you that you have changes to merge. You then need to follow the recommended procedures in your source-code control system to reconcile the changes and verify those changes.
Remember that while you are verifying the last set of changes, another set may have appeared.
The Check In File(s) dialog box appears, with checks next to the files that you have selected. The list includes all files in the project directory, and you may check or uncheck any files in the list.
You can also check in a file using the shortcut menu in the text editor windows. Press the right mouse button to display the menu, and choose Check In.