Am 19.01.2010 15:39, schrieb saurabh kumar:
> Hi,
> A coder apparently overwrote some piece of code and then future revisions naturally did not have that piece of code.
>
> I need to find which revision had that piece of text.
>
> Is there a way I can search across all revisions to find that piece of text for a given file in my repository?
You could search only the diffs in reverse chronological order, there
should be the text you are looking for. This consumes less space than a
full dump. Maybe you can set up a seach engine.
Wolf
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2440574
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-20 10:35:31 CET