info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: From which file's revision the string dissapeared?


From: Insik Park
Subject: Re: From which file's revision the string dissapeared?
Date: Fri, 26 Jan 2007 17:08:13 -0500
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Vladykin Alexandr wrote:
> Hello,
> 
> Can I find with help of the CVS from which file's revision the string
> was dissapeared?
> For example:
> 
> test.php -r 1.20
> 20: function myFunc()
> 
> but for example in revision 1.21 I've deleted this string. Now I have
> 100 revisions of this file. Can I find any way that the string "function
> myFunc()" was deleted from the version 1.21?
> 
> 

I'm not an expert, but I think the easiest solution would be to examine
the file inside your repository. For example, if you're concerned with
"file.c", then look at the file:

$CVSROOT/project/file.c,v

Do a search for "myFunc". The first occurence that you find should be
the LAST revision that contained that file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]