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

Re: Find a deleted file and WC-NG

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 14 Apr 2011 13:07:23 -0400

On 04/13/2011 10:55 PM, Gavin "Beau" Baumanis wrote:
> If the information is appropriately stored in the repository, and can be
> resolved somewhat via doing svn log / text searches; Why can't a
> function ; getTheLastRevisionAndPathThisFileExisted(filename,
> repo://startingPath); be created? that does that process for me under the
> hood?

We have an RA function, svn_ra_get_deleted_rev(path, peg_rev, end_rev) and a
corresponding repos API function svn_repos_get_deleted_rev(path, start, end)
which might do what you are looking for. Maybe that could serve as at least
a starting point as you investigate how to make Subversion do what you want
here?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2011-04-14 19:07:58 CEST

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.