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

Re: ran get-location-segments.py returns 0

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 19 Feb 2012 13:55:32 +0100

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.
Received on 2012-02-19 13:56:10 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.