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

Re: how to search body of all revisions?

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Tue, 19 Jan 2010 22:29:39 +0100

Hi,

2010/1/19 saurabh kumar <saurabh9_at_gmail.com>:
> 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?
>

If there have been just a few commits to that specific file this might work:

Do a 'show log' on the file, which will list the revision numbers that
actually modified the file. Then you can do a 'show differences' from
the show log dialog to see the current version compared to the one
committed in revision X.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2440452
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-19 22:29:54 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.