On Wed, 5 Dec 2012 08:40:14 -0500, Richard Hipp <[email protected]> wrote: >On Wed, Dec 5, 2012 at 8:38 AM, Lluís Batlle i Rossell <[email protected]>wrote: >> On Wed, Dec 05, 2012 at 01:51:51PM +0100, Gilles wrote: >> > >> > Since this thread is a bit long, I'd like to ask: At this point, what >> > is the solution to find a piece of code that can be in any revision in >> > any file in the repository? >> >> As I said early in the thread, deconstruct + grep. :)
What do you mean by "deconstruct"? Checking files out? On Wed, 5 Dec 2012 08:40:14 -0500, Richard Hipp <[email protected]> wrote: > >(1) grep function_name *.c */*.c # Adjust GLOB expressions as appropriate >(2) fossil up prev >(3) goto (1) > >Repeat until the grep finds your function. Is there a way to just check files out into RAM before calling grep so that the files aren't written to disk, which would speed things up? Thank you. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

