简体   繁体   中英

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'.

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

"Base revision" is also known as BASE , which is: The revision number of an item in a working copy. 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.

(Taken from here )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM