[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"svn log" not showing all the changes?

From: Ben Hsu <ben.hsu_at_bluefly.com>
Date: Thu, 17 Mar 2011 12:01:03 -0400

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!
Received on 2011-03-17 17:01:36 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.