Java – SVN: What is the difference between ‘Base Revision’ and ‘Latest from Repository’

eclipsejavasvn

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!

Best Answer

"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