Search code examples
svn

svn log not showing all revisions


I'm rather new to svn, I have mostly been using git. My question is, how come when I run svn log on this repo: https://code.google.com/p/gwt-ext/source/list not all revisions are shown? For example, I run svn log -v http://gwt-ext.googlecode.com/svn/trunk/ it doesn't show the latest two revisions (r1878 and r1877) and it doesn't show r1870, and I don't know why.


Solution

  • Because those revisions didn't apply to trunk.

    Run svn log at the root of the repo if you want to see everything.