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 <cmpil...@collab.net> > CollabNet <> www.collab.net <> Distributed Development On Demand >