Saved Bookmarks
| 1. |
What Do You Mean By "synchronizing With Repository" ? How Is It Different From "update”? |
|
Answer» Synchronizing with Repository is the process of updating the LOCAL workspace with the changes COMMITTED by OTHERS. This is different from Update as we can do Merge MANUALLY for the Merge conflicts using this. Synchronizing with Repository is the process of updating the local workspace with the changes committed by others. This is different from Update as we can do Merge Manually for the Merge conflicts using this. |
|