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]
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
|
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.