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

Re: svn log output in directory-trees that contain moved sub-trees

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 31 Oct 2012 06:44:16 +0200

Matthias Gerstner wrote on Tue, Oct 30, 2012 at 17:21:39 +0100:
> echo -e "\n here no revision r1 is present\n"
> svn log -v new

"new" was created in r2 so running 'log' on it will not show earlier
revisions. (Well, unless you pass -g) 'log' just walks the history of
a node; it won't show revisions in which that node did not exist.

But the reference to r1 is not lost; is it present in line 4 of the
output:

[[[
------------------------------------------------------------------------
r3 | danielsh | 2012-10-31 04:41:25 +0000 (Wed, 31 Oct 2012) | 1 line
Changed paths:
   A /new/place/old (from /old/place:1)
   D /old/place
...
]]]

HTH

Daniel

> ---------------------------------------------------
>
> What I expected was to see all the history about what happened in the
> "old/place" directory anywhere in the "new" sub-tree. But this is not
> the case.
>
> Can somebody explain to me why this is the case?
>
> I produced this using subversion 1.6.17.
>
> Best regards,
>
> Matthias
>
> --
>
> Matthias Gerstner, Dipl.-Wirtsch.-Inf. (FH)
> Entwicklung
>
> NCP engineering GmbH
> Dombühler Straße 2, D-90449, Nürnberg
> Geschäftsführer Peter Söll, HRB-Nr: 77 86 Nürnberg
>
> E-Mail: Matthias.Gerstner_at_ncp-e.com
> Internet: http://www.ncp-e.com
Received on 2012-10-31 05:44:58 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.