[sldev] How to google only the most current svn file versions?

Rob Lanphier robla at lindenlab.com
Fri Jun 13 21:27:00 PDT 2008


On Fri, 2008-06-13 at 23:03 -0500, Dale Mahalko wrote:
> Well, I'm starting to do some lightweight code-hacking, mostly probing
> of the viewer source for all references to the VFS, which I'll then
> add to the wiki in case a real programmer should ever want to gut the
> VFS out and replace it with a huge, fast, XOR'd folder-based storage.
[...]
> What can I do to narrow this source-searching to the current fileset
> only?

The most reliable thing to do is to download the code and search it that
way (e.g. grep and find).  However, if you insist on using Google,
here's what works:
"site:svn.secondlife.com/svn/linden/release vfs"

Rob




More information about the SLDev mailing list