在 Dreamweaver svn 中,“签出文件”和“检出文件”之间的区别是什么?并“获取最新版本”?

发布于 2024-12-10 10:07:40 字数 65 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪若未夕 2024-12-17 10:07:40

我认为“签出”指的是术语“签出与修订控制”的传统用法,正如维基百科中的这一行所描述的那样:

一旦一名开发人员“签出”一个文件,其他人就可以读取该文件,但是
在该开发人员“签入”该文件之前,其他人都不能更改该文件
更新版本(或取消结账)。

http://en.wikipedia.org/wiki/Revision_control#File_locking

另外,这一行似乎表明:

注意:您还可以右键单击文件并选择“签出”
上下文菜单,或选择文件并单击“签出”按钮
获取最新版本。因为SVN不支持签出
工作流程,但是,此操作实际上并没有签出文件
传统意义上的。

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:

Once one developer "checks out" a file, others can read that file, but
no one else may change that file until that developer "checks in" the
updated version (or cancels the checkout).

http://en.wikipedia.org/wiki/Revision_control#File_locking

Also, this line seems to indicate that:

Note: You can also either right-click a file and choose Check Out from
the context menu, or select the file and click the Check Out button to
get the latest version. Because SVN does not support a check-out
workflow, however, this action does not actually check out the file in
the traditional sense.

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文