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

Re: svn log inconsistencies

From: Danny van Heumen <danny.vanheumen_at_hccnet.nl>
Date: 2006-11-15 22:50:20 CET

Geoffrey Myers wrote:
> Tjernstrom, Staffan wrote:
>> Any chance that the other user did the commit for r12, but didn't do
>> an update first (to get the history for r11)?
>
> Very possible. :)
>
I doubt it. IIRC log information is retrieved from the online repository
and the repository knows all :P.

It's probably the suggestion made in another reply in this thread:
If someone executes 'svn log .' inside a subdirectory of the working
copy, only the log messages are shown that reflect changes in this
subdirectory. So R11 is probably a change outside of this subdirectory,
and so it isn't shown.
If you would execute 'svn log .' on the root of the repository you will
surely see all changes, because all changes happen in the root or some
subdirectory of it.

Danny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 23:05:01 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.