On Mon, Jan 28, 2013 at 10:27 AM, Gilles <[email protected]> wrote:
> On Mon, 28 Jan 2013 07:15:13 -0500, Richard Hipp > <[email protected]> wrote: > >Fossil already has > >http://www.fossil-scm.org/fossil/artifact/c8fb75a1615f?ln=21-23 and the > >"test-grep" command. > > "test-grep" doesn't show up with "fossil help *" in my 1.24. Was it > added recently and not yet available in the Windows binary? > test-grep is recent. And so far, test-grep does not do what you are wanting it to do. test-grep is just a test platform for the regexp engine. I haven't yet figure out the right syntax for doing a grep of files in the repository. The implementation should be relatively easy once the right interface is designed. Suggestions are welcomed. > > I guess that won't be necessary if grep is coming to Fossil soon, but > as a temporary work-around, I was looking at using a RAM disk to dump > the output of "fossil deconstruct". > > The freeware version of DataRam RAM > (http://memory.dataram.com/products-and-services/software/ramdisk) > supports disk sizes up to 4 GB. Is there a command to know in advance > the total size of the output from "fossil deconstruct"? If not, will > it just stop extracting files if it exceeds 4GB? > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

