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

Re: svn log question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-23 04:26:01 CEST

plasma <plasmaball@pchome.com.tw> writes:

> Hi all,
>
> I made a commit yesterday. Today I try to find it with 'svn log' in
> the top directory of my working copy, but I'm surprised that it
> doesn't show up!

'svn log' no longer peers into the future. If your working copy is
at revision N, 'svn log' only shows history from N to 0. But it won't
show any changes *greater* than revision N.

So either run 'svn log -rHEAD:0', or run 'svn up', then 'svn log'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 04:27:09 2003

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.