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

Re: log messages not propagating?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-07-25 05:20:16 CEST

Simon Scott wrote:
> Hi all, first time poster, long time user :)
>
> Im posting to this list because Im not sure if my 'problem' lies in
> subversion or somewhere between my seat and my keyboard.
>
> When merging to 'trunk' and committing, I have found that the log entry
> is only on the changed objects, not on the directories in the path of
> those objects.
>
> I thought that previously 'svn log trunk' would show me all the commits
> to trunk. However I recently committed changes to trunk, and then was
> surprised to find 'svn log trunk' didnt show the recent commit, but if I
> did 'svn log trunk/blah/something' it showed up.
>
> Is this the correct behaviour?
>
> btw, Im using :
>
> svn, version 1.4.3 (r23084)
> compiled Mar 28 2007, 22:48:32
>
> Any help would be greatly appreciated, thanks

It appears that the commits didn't change anything on the trunk directory
itself, so it will remain at the same revision. So svn log will use the
revision on the directory, which are not the latest revision. You have a mixed
revision working copy.

So if you svn update, then you'll see the commits.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 25 05:19:41 2007

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.