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

RE: svn log behaviour

From: Alex Bligh <alex_at_alex.org.uk>
Date: Mon, 14 Feb 2011 10:51:42 +0000

--On 14 February 2011 10:04:41 +0000 "Cooke, Mark" <mark.cooke_at_siemens.com>
wrote:

> Can I suggest you read the manual at:
> http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html
>
> There is a section about mixed-revision repositories. In a nutshell,
> 'ci' only updates the files that have changed (having checked that the
> others have not changed) but does NOT do an automatic update afterwards.
> This means that only the files affected are at the new revision...

OK. What I had failed to understand was that the log was (also?) a property
of the directory, rather than the file checked in. IE "svn log ." seems
to look at the log for the object "." (which includes the logs of
any objects beneath it in the hierarchy), rather than looking at the
logs for "." and the logs for any objects beneath it in the hierarchy
(a subtle difference). "svn diff" does that latter, and thus was showing
all the differences up. I have to say the red book doesn't explain
that distinction particularly clearly. But now I know.

-- 
Alex Bligh
Received on 2011-02-14 11:52:25 CET

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.