Re: reviving a file from the repository depths? [SOLVED]
From: Will Partain <will.partain_at_verilab.com>
Date: 2005-12-14 12:09:33 CET
I asked:
>> Use case: I know a particular SVN repository used to include a file
Phillip Susi replied (thanks, Philip), beginning:
> Scan the output of svn log for the file in question. ...
A recipe is, then:
cd <a-relevant-working-copy>
From this, I identify that r175 (say) was the last interesting commit
Then, as Phillip suggests, just 'svn cat' the desired bits; something
svn cat file:///repos/svn/foo-bar/trunk/package/roundup-config.xml_at_175
Will
---------------------------------------------------------------------
|
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.