svn log output in directory-trees that contain moved sub-trees
From: Matthias Gerstner <Matthias.Gerstner_at_ncp-e.com>
Date: Tue, 30 Oct 2012 17:21:39 +0100
Hello,
I have some trouble wit the logic of the 'svn log' command.
When reorganizing the directory structure in a repository by using 'svn
I think this is best demonstrated by this sample script:
---------------------------------------------------
svn mkdir --parents ./old/place
svn mkdir --parents ./new/place
svn move old/place new/place/old
# update directory revisions
echo -e "\n here I see revision r1, containing 'foobar'\n"
echo -e "\n here again I see revision r1\n"
echo -e "\n here no revision r1 is present\n"
What I expected was to see all the history about what happened in the
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
|
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.