在 Dreamweaver svn 中,“签出文件”和“检出文件”之间的区别是什么?并“获取最新版本”?
我正在使用 Dreamweaver 来处理 svn 服务器。 不知道svn命令对应的是哪个dreamweaver命令
I'm using dreamweaver to do with a svn server.
I don't know which dreamweaver command corresponding to the svn command
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为“签出”指的是术语“签出与修订控制”的传统用法,正如维基百科中的这一行所描述的那样:
http://en.wikipedia.org/wiki/Revision_control#File_locking
另外,这一行似乎表明:
http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS80FE60AC-15F8-45a2-842E-52D29F540FED.html
由于 SVN 没有这种签出功能概念(它确实有类似的锁概念 - http://svnbook.red-bean.com/en/1.5/svn .advanced.locking.html),获取最新版本相当于 SVN 更新/签出(在现有工作副本上)
I think the "check out" refers to the traditional use of the term check out with Revision control, as this line describes from Wikipedia:
http://en.wikipedia.org/wiki/Revision_control#File_locking
Also, this line seems to indicate that:
http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS80FE60AC-15F8-45a2-842E-52D29F540FED.html
Since SVN doesn't have this kind of check-out concept ( it does have the similar lock concept - http://svnbook.red-bean.com/en/1.5/svn.advanced.locking.html), Get latest version is the equivalent of SVN update / checkout ( on existing working copy)