Mark Phippard wrote on Fri, 6 Jun 2008 at 12:07 -0400:
> On Fri, Jun 6, 2008 at 11:55 AM, Karl Fogel <kfogel_at_red-bean.com> wrote:
> > Vincent Lefevre <vincent+svn_at_vinc17.org> writes:
> >> The status of affected paths output by "svn log -v" has one column
> >> only, contrary to "svn status", which uses two columns: one for the
> >> contents and one for the properties. Is the behavior of "svn log -v"
> >> intentional? Wouldn't it be better to distinguish contents and
> >> properties in "svn log -v" output too?
> >>
> >> FYI, I could only find this reference about affected paths:
> >>
> >> http://subversion.tigris.org/servlets/ReadMsg?list=dev&&msgNo=90467
> >
> > The decision not to reflect that difference was deliberate, as log is
> > just a summary of what changed. We haven't heard a lot of clamoring for
> > it to distinguish, so I'm not sure there's a pressing need to change
> > it... (not even getting into compatibility concerns).
>
If it were available, branch logs would be easier to read:
% svn log -v -r31592
------------------------------------------------------------------------
r31592 | stsp | 2008-06-04 22:54:36 +0300 (Wed, 04 Jun 2008) | 8 lines
Changed paths:
M /branches/1.5.x
M /branches/1.5.x/CHANGES
M /branches/1.5.x/COMMITTERS
M /branches/1.5.x/INSTALL
M /branches/1.5.x/STATUS
M /branches/1.5.x/subversion/bindings/swig
On the 1.5.x branch, merge r29432 from trunk.
* INSTALL: Mention support for Neon 0.28.
* STATUS: Remove entry for r29432.
Approved by: danielsh
hwright
------------------------------------------------------------------------
I don't have an opinion either way, though, and this problem isn't unique
to 'svn log'.
Daniel
> I recall this coming up after 1.0 and something about the way this was
> implemented would require a 2.0 to change. I am not sure how true
> that is given some of the other changes we have managed to make since
> then. I am pretty sure this information is not transmitted from the
> server to client currently though, so it is not a trivial matter to
> just add it.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-06 18:31:11 CEST