Re: svn_fs_history_prev() and svn_fs_copied_from() question
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 18 Nov 2010 09:02:03 -0500
On 11/18/2010 08:43 AM, Daniel Shahaf wrote:
No.
svn_fs_copied_from() will only return information about copies when you ask
svn_fs_history_prev() will traverse history thru copies for any subtree of
For example, in our Greek tree, if r2 is a move of '/A' to '/Z', then:
svn_fs_copied_from('/Z', r2) = '/A', r1
svn_fs_copied_from('/Z/B/E/alpha', r2) = NULL, SVN_INVALID_REVNUM
but:
svn_fs_history_prev('/Z', r2) = '/A', r1
svn_fs_history_prev('/Z/B/E/alpha', r2) = '/A/B/E/alpha', r1
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.