简体   繁体   English

SVN:“基本修订版”和“最新版库”之间有什么区别?

[英]SVN: What is the difference between 'Base Revision' and 'Latest from Repository'?

While comparing a local file in workspace with the one in repository, I came across: Compare with >> 'Base revision' and Compare with >> 'Latest from repository'. 在比较工作区中的本地文件和存储库中的本地文件时,我遇到了:与>>'Base revision'比较并与>>'来自存储库的最新'进行比较。

So, I want to know what is the difference between 'Base Revision' and 'Latest from Repository'? 那么,我想知道'基本版本'和“库存最新版本”之间的区别是什么?

Thanks! 谢谢!

"Base revision" is the last revision you have obtained from the repository. “基本修订版”是您从存储库中获取的最后一个修订版。 "Latest from repository" is the most recent code that the repository has. “来自存储库的最新内容”是存储库具有的最新代码。

Source: when-does-svn-base-become-equal-to-the-head 资料来源: 什么时候svn-base变得与头相等

"Base revision" is also known as BASE , which is: The revision number of an item in a working copy. “基础修订”也称为BASE ,它是:工作副本中项目的修订号。 If the item has been locally modified, this refers to the way the item appears without those local modifications. 如果项目已在本地修改,则表示项目的显示方式,而不进行本地修改。

"Latest from repository" is HEAD , which is: The latest (or "youngest") revision in the repository. “来自存储库的最新内容”是HEAD ,它是:存储库中的最新(或“最年轻”)版本。

(Taken from here ) (摘自这里

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SVN:之间的差异替换为&gt;来自存储库和团队的最新消息&gt;还原 - SVN: Difference betweeen Replace with > Latest from repository and Team > Revert svnkit:如何从SVN DB获取最新版本号? - svnkit: how to get latest revision number from SVN DB? @Entity 和 @Repository 注释有什么区别? - What is the difference between @Entity and @Repository annotations? @RepositoryRestController和@Repository注释之间有什么区别? - What is the difference between @RepositoryRestController and the @Repository annotations? Seedstack 中的 Repository 和 Finder 有什么区别? - What's the difference between a Repository and a Finder in Seedstack? "Spring 中的@Repository 和@RepositoryDe​​finition 有什么区别?" - What's the difference between @Repository and @RepositoryDefinition in Spring? 之间有什么区别<? extends Base>和<T extends Base> ? - What is the difference between <? extends Base> and <T extends Base>? 用最简单的术语来说,同步到存储库和更新到 HEAD 之间有什么区别? - In the simplest terms, what is the difference between synchronize to repository and update to HEAD? 如何处理@Component和@Repository / @Service注释之间的区别是什么? - What's the difference between how @Component and @Repository / @Service annotations are processed? 从svn迁移到bitBucket与直接将代码导入到bitBucket之间的区别 - difference between migration from svn to bitBucket AND directly importing code to bitBucket
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM