Re: Find a deleted file and WC-NG

2011-04-14 Thread Gavin "Beau" Baumanis
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 sv

Re: Find a deleted file and WC-NG

2011-04-14 Thread C. Michael Pilato
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? tha

Re: Find a deleted file and WC-NG

2011-04-13 Thread Gavin "Beau" Baumanis
Hi Greg, Thanks for the reply and indulging my naive questions... But I have a few more, please. 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(filenam

Re: Find a deleted file and WC-NG

2011-04-13 Thread Greg Stein
Hey Gavin, That information is only in the repository (on the server). Historical details of deletions are not stored on the client, so wc-ng is not going to change anything here. The only solid way to do this from a client is with 'svn log', like you stated in your original email. And the algori

Find a deleted file and WC-NG

2011-04-13 Thread Gavin "Beau" Baumanis
Hi Everyone, Recently @users; I asked for some help with how to find revision / path of a file that was previously deleted. http://svn.haxx.se/users/archive-2011-04/0135.shtml In one of the responses, Stefan suggested that I look through this thread; http://svn.haxx.se/users/archive-2011-04/015