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

Re: How to get a "recursive" log?

From: Grant Edwards <grante_at_visi.com>
Date: Thu, 10 Jul 2008 19:00:27 +0000 (UTC)

On 2008-07-10, Erik Huelsmann <ehuels_at_gmail.com> wrote:

>>> Shows log messages from the repository. If no arguments are
>>> supplied, svn log shows the log messages for all files and
>>> directories inside of (and including) the current working
>>> directory of your working copy.
>>>
>>> That's sure not how it seems to work when I do it. When I do
>>> an "svn log" in a working copy, all I see are changes to the
>>> directory itself.
>>
>> Perhaps I'm misunderstanding what the phrase "inside of" means
>> in this context. [What _does_ it mean in this context?]
>
> Could you provide a script which shows the problem?

See below. I've truncated the output from that last "svn log"
command, since it was quite long (as it should have been).

> (BTW: I think you're experiencing the consequences of 'mixed
> revision working copies'.)

Sorry, I've no clue what that means.

------------------------------8<------------------------------
$ svn info
Path: .
URL: svn://lnxdb/devicemaster/ecos/ecosapps/branches/MatrixSSL
Repository Root: svn://lnxdb/devicemaster
Repository UUID: 11e97225-5210-0410-b87b-0f6ef07e6056
Revision: 2091
Node Kind: directory
Schedule: normal
Last Changed Author: grante
Last Changed Rev: 2091
Last Changed Date: 2008-05-31 13:57:37 -0500 (Sat, 31 May 2008)

$ svn log --stop-on-copy
------------------------------------------------------------------------
r2091 | grante | 2008-05-31 13:57:37 -0500 (Sat, 31 May 2008) | 6 lines

Create new branch in which to work on MatrixSSL/SSH support.
Old branch is either broken in svn or triggers a bug in the svn
command line client.

------------------------------------------------------------------------

$ svn log --stop-on-copy svn://lnxdb/devicemaster/ecos/ecosapps/branches/MatrixSSL
------------------------------------------------------------------------
r2183 | grante | 2008-07-07 11:07:19 -0500 (Mon, 07 Jul 2008) | 2 lines

alpha 12

------------------------------------------------------------------------
r2182 | grante | 2008-07-07 11:06:59 -0500 (Mon, 07 Jul 2008) | 6 lines

Add code to verify uploaded key/cert files before storing them
in flash.

Fix potential memory leak in matrixDhReadMem() routine.

------------------------------------------------------------------------
r2180 | grante | 2008-07-02 22:31:24 -0500 (Wed, 02 Jul 2008) | 2 lines

version bump

------------------------------------------------------------------------
r2179 | grante | 2008-07-02 22:30:39 -0500 (Wed, 02 Jul 2008) | 4 lines

Changed %hd conversion specifers to %d in EMAIL_CONFIG READ
handler. %hd was printing garbage.

[...]
------------------------------8<------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-10 21:01:59 CEST

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.