Most source code control systems allow multiple developers to check the same file out at the same time , which means that two or more developers might edit a file at the same time 大多數(shù)源代碼管理系統(tǒng)允許多個(gè)開發(fā)人員同時(shí)簽出同一文件,這意味著兩個(gè)或更多開發(fā)人員可以同時(shí)編輯一個(gè)文件。
However , if the file has changed since you checked out your version , the source code control system attempts to merge your changes with the other changes it finds in the file 但是,如果文件自您簽出您的版本后已更改,則源代碼管理系統(tǒng)會(huì)嘗試將您的更改與在該文件中發(fā)現(xiàn)的其他更改進(jìn)行合并。
If you have a source code control system installed on your computer that is compatible with visual web developer , you can use the source code control commands that are included with visual web developer to check files in and out of source control , merge files , view file history , and accomplish other source code control tasks with your web site 如果您的計(jì)算機(jī)上安裝了與visual web developer兼容的源代碼管理系統(tǒng),則可以使用visual web developer中包含的源代碼管理命令將文件簽入源代碼管理和從源代碼管理中簽出文件合并文件查看文件歷史記錄以及對您的網(wǎng)站完成其他源代碼管理任務(wù)。