On Sun, Feb 19, 2012 at 12:44:55PM +0000, Rokhkin, IlyaX wrote:
> Yes, it helps
> But the issue more complicated
> We have hundred such files in the repo, and we do not know the names, we want 
> to find all those files that were replaced (R)

Well, if you run 'svn log' on the repository root it will list all
commits ever made. So you can find all replaced files this way.

> In collabnet they said me that get-location-segments.py can find all such 
> files in the repo

I think they misunderstood what you want to do. get-location-segments
solves an entirely different problem. It answers "given a file foo,
at which other locations did this file exist in history?". You seem
to be asking "What is the list of paths at which one or more
replacements occured in history?". That's a different problem.

Reply via email to