When you commit a file, that file is updated to the new revision. But only
that file. And, when you "svn log", you get the information as it was in
your BASE revision (that is, what sfn info shows).
So I guess you haven't done a svn update in your root directory, and still
are in the 37547 revision. Do try it and tell us what happens...
On Thu, Mar 17, 2011 at 17:01, Ben Hsu <ben.hsu_at_bluefly.com> wrote:
> 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:31:58 CET