On Mon, Jun 22, 2009 at 12:30:12PM -0700, Christian Rodemeyer wrote:
> [[[
> added link to SvnQuery fulltext search in the misc utilities section
> ]]]
Hi Christian,
Index: www/links.html
===================================================================
--- www/links.html (revision 38146)
+++ www/links.html (working copy)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -900,6 +900,14 @@
>http://www.coelho.net/svn-merge-repos.html</a>
</p></li>
+ <li><p><b>SvnQuery</b> A fulltext search of content and
+ metadata of a repository including complete history.
+ Done C# and ASP.NET with the help of Lucene.NET and
Shouldn't this be saying "Done in C# ..." ?
Stefan
+ SharpSvn<br/>
+ <a href="http://svnquery.tigris.org/"
+ >http://svnquery.tigris.org/</a>
+ </p></li>
+
<li><p><b>StatSVN</b> - A build tool that generates statistics
from your repository. Includes the number of lines of code
over time, the contributions of each developer, the evolution
Received on 2009-07-18 11:38:40 CEST