[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: Gavin \ <gavin.baumanis_at_palcare.com.au>
Date: Fri, 15 Apr 2011 10:11:24 +1000

Awesome, thanks Mike.

I'll certainly have a play and see what I can achieve...

On 15/04/2011, at 3:07 AM, C. Michael Pilato wrote:

> 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-15 02:11:59 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.