Hello I am seeing some unexpected behavior when I use "svn log", it does not list all the changes which have been made to the repository.
When I do a svn log on the directory, the most recent change was a few weeks ago: ~/dev/productmanager/trunk]$ svn log src/main/java/com/bluefly/apps/manager/webapp/controller/po | head ------------------------------------------------------------------------ r37547 | bhsu | 2011-02-28 11:15:27 -0500 (Mon, 28 Feb 2011) | 2 lines This shows the last change made to the repository was on Tuesday But when I do a svn log on the file I checked in recently, it shows a more recent change: ~/dev/productmanager/trunk]$ svn log src/main/java/com/bluefly/apps/manager/webapp/controller/po/ExcelUploadController.java |head ------------------------------------------------------------------------ r37966 | bhsu | 2011-03-16 15:27:43 -0400 (Wed, 16 Mar 2011) | 2 lines Has anybody seen this before? My svn version # is svn, version 1.4.2 (r22196) Thank you!