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

RE: How to find a file deleted from a location I can't remember

From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-02-05 15:28:32 CET

 

________________________________

        From: Angus Monro [mailto:angus.monro@s4.com.au]
        Sent: lundi, 5. février 2007 09:05
        To: users@subversion.tigris.org
        Subject: How to find a file deleted from a location I can't remember
        
        

        Thanks for your reply, Paul. "Svn log -v" is something I had tried, but hadn't helped. Let me explain why a bit more carefully.

         

        What I began with was

                    Svn://svr/myroot/(path to parent)/parent/mylostfile.

        I deleted the file, then committed, then later decided to delete parent and committed. I cannot recall what (path to parent) is. Consequenctly, doing "svn log -v svn://svr/myroot" doesn't help, as the list of changes to myroot doesn't directly include mylostfile.

         

It should however ! "svn log" on the root of your repository must report ALL the revisions and ALL the modified paths in ALL revision.

 

Regards

Christophe

 

         

        What I *do* have in hand is a short list of which revisions it was probably in; but I can't swee how to access those revisions' change lists without knowing the appropriate directory. I tried

                    svn -v -r 348 svn://svr/myroot/

        (for example), but it didn't help me.

         

        Thanks for any comments you may have.

         

         

        Angus

         

         
Received on Mon Feb 5 15:29:18 2007

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.