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

Re: svn update and log shows different revision

From: <kfogel_at_collab.net>
Date: 2006-03-30 21:05:55 CEST

"Reuben D. Budiardja" <techlist@pathfinder.phys.utk.edu> writes:
> In my working copy:
>
> $ svn update
> At revision 9.
>
> $ svn log
> ------------------------------------------------------------------------
> r8 | reubendb | 2006-01-11 09:37:58 -0500 (Wed, 11 Jan 2006) | 1 line
>
> Fixed error on these files due to using "new array" instead of "new Array" in
> action script.
> ...
>
> So, why 'svn update' gives 'at revision 9' but 'svn log' shows that the
> working copy only at r8 ? is this normal ?

Was something committed in another directory, a directory not present
anywhere in your working copy? 'svn log' acts on your working copy by
default; if nothing under '.' changed since r8, then you won't see r9.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 31 02:11:46 2006

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.