测试文档资料——svnfordeveloper.pptxVIP

  • 9
  • 0
  • 约7.3千字
  • 约 17页
  • 2018-12-27 发布于上海
  • 举报
测试文档资料——svnfordeveloper

Concept: SVN vs. VSSVSSSVNModelLock - Change - UnlockCheck out - Modify - Check inLike single thread, only one developer can change a file at a timeCopy-Modify-MergeLike multi-thread:Many people can work on a file at the same time.But at the timing to check in, you need to Merge code then commit.And at 98%, the svn client can help you to merge.Normal process to modify codeGet latest - Check out - Modify - Check inUpdate - Modify - Commit(If there are conflicts, you need to merge the code manually by comparer assistant, then to Commit again)SVN indeed support: Check out - Modify - Check in.

文档评论(0)

1亿VIP精品文档

相关文档