You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2006/03/15 20:51:03 UTC

ThreadFind: get mailing list archive URLs faster

These two lists (dev@ and users@subversion.tigris.org) are now being
monitored by a ThreadFind instance:

   http://www.red-bean.com/threadfind/

Visit that page to see what it's all about, but the short story is:

If you have a mailing list post locally (in your mailreader or
whatever), just grab the Message-ID header from that message, give it
to the ThreadFind server above, and in return get the message's
archive URL and other useful data.  For example, if you enter:

   1142296987.12402.2.camel@egyptian-gods.mit.edu

you'll get this back:

   http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=113710
   (Thread URL: http://[...]/BrowseList?list=dev&by=thread&from=443479)
   Message-ID: 1142296987.12402.2.camel@egyptian-gods.mit.edu
   From: Greg Hudson <gh...@MIT.EDU>
   References: <11...@linux.site>
   	 <85...@newton.ch.collab.net>
   	 <11...@linux.site>
   To: Daniel Berlin <db...@dberlin.org>
   Cc: Svn Dev <de...@subversion.tigris.org>
   Subject: Re: [PATCH]: Let users cancel out of command line client
            immediately if they signal 3 times
   Date: Mon, 13 Mar 2006 19:43:06 -0500

Much thanks to Madan U S <ma...@collab.net> for his work on this.

(The ThreadFind project itself is at http://threadfind.tigris.org/.)

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: ThreadFind: get mailing list archive URLs faster

Posted by Julian Foad <ju...@btopenworld.com>.
kfogel@collab.net wrote:
> Julian Foad <ju...@btopenworld.com> writes:
> 
>>May I propose the combined update in the attached patch?
>>
>>- Julian
>>Update the web site links page, adding a link to the new ThreadFind resource
>>and separating mail archives from developer documentation for clarity.
> 
> Yes!  Yes!  Yes!   +(10e57)!

r18913.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ThreadFind: get mailing list archive URLs faster

Posted by kf...@collab.net.
Julian Foad <ju...@btopenworld.com> writes:
> May I propose the combined update in the attached patch?
> 
> - Julian
> Update the web site links page, adding a link to the new ThreadFind resource
> and separating mail archives from developer documentation for clarity.

Yes!  Yes!  Yes!   +(10e57)!

-K


> * www/links.html
>   (docs): Delete this section id, splitting its contents into two new sections.
>   (mail-archives): New section id.  Add a link to the new mail thread locator.
>     Add a note about the relative merits of the archives.
>   (dev-docs): New section id.  Move an entry from "misc-resources" to here.
> 
> Index: www/links.html
> ===================================================================
> --- www/links.html	(revision 18903)
> +++ www/links.html	(working copy)
> @@ -24,8 +24,8 @@
>  <p>If you're looking for testimonials, please
>  see our <a href="testimonials.html">testimonials page</a> instead.</p>
>  
> -<div class="h2" id="docs" title="docs">
> -<h2>Documentation and archives</h2>
> +<div class="h2" id="mail-archives" title="mail-archives">
> +<h2>Mailing list archives</h2>
>      <ul>
>        <li><p><b>Home site mailing list archives</b><br/>
>    <a href="http://subversion.tigris.org/servlets/SearchList?listName=users"
> @@ -37,9 +37,16 @@
>    <a href="http://subversion.tigris.org/servlets/SearchList?listName=announce"
>       >http://subversion.tigris.org/servlets/SearchList?listName=announce</a>
>           <br/>
> +        &nbsp;<br/>
> +        Here you can locate an archived message and thread from its Message-ID:
> +        <br/>
> +        <a href="http://www.red-bean.com/threadfind/"
> +                >http://www.red-bean.com/threadfind/</a><br/>
>        </p>
>        </li>
>        <li><p><b>Alternate (mirror) mailing list archives</b><br/>
> +        The Haxx archives have a better user interface than the home site
> +        archives:<br/>
>          <a href="http://svn.haxx.se/dev/"
>                  >http://svn.haxx.se/dev/</a><br/>
>          <a href="http://svn.haxx.se/users/"
> @@ -67,14 +74,25 @@
>  -->
>        </p>
>        </li>
> -      
> +    </ul>
> +
> +</div>
> +
> +<div class="h2" id="dev-docs" title="dev-docs">
> +<h2>Documentation for developers</h2>
> +    <ul>
>        <li><p><b>Subversion API Documentation</b><br/>
>          <a href="http://svn.collab.net/svn-doxygen/"
>                  >http://svn.collab.net/svn-doxygen/</a></p>
>        </li>
> -  
> +
> +      <li><p><b>Subversion source code cross-reference</b><br/>
> +        <a href="http://www.endrun.org/xr/svn/source/"
> +                >http://www.endrun.org/xr/svn/source/</a>
> +      </p></li>
> +
>      </ul>
> -    
> +
>  </div>
>  
>  <div class="h2" id="books" title="books">
> @@ -753,11 +771,6 @@
>                  >https://moin.conectiva.com.br/RepositorySystem</a>
>        </p></li>
>  
> -      <li><p><b>Subversion source code cross-reference</b><br/>
> -        <a href="http://www.endrun.org/xr/svn/source/"
> -                >http://www.endrun.org/xr/svn/source/</a>
> -      </p></li>
> -
>      </ul>
>  
>  </div>

-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ThreadFind: get mailing list archive URLs faster

Posted by Julian Foad <ju...@btopenworld.com>.
kfogel@collab.net wrote:
> "C. Michael Pilato" <cm...@collab.net> writes:
> 
>>kfogel@collab.net wrote:
>>
>>>These two lists (dev@ and users@subversion.tigris.org) are now being
>>>monitored by a ThreadFind instance:
>>>
>>>   http://www.red-bean.com/threadfind/
>>
>>I haven't checked to see if this was already done, but might we put a link
>>to this from the Subversion website?
> 
> Sure -- where'd you have in mind?

May I propose the combined update in the attached patch?

- Julian

Re: ThreadFind: get mailing list archive URLs faster

Posted by kf...@collab.net.
"C. Michael Pilato" <cm...@collab.net> writes:
> kfogel@collab.net wrote:
> > These two lists (dev@ and users@subversion.tigris.org) are now being
> > monitored by a ThreadFind instance:
> > 
> >    http://www.red-bean.com/threadfind/
> 
> I haven't checked to see if this was already done, but might we put a link
> to this from the Subversion website?

Sure -- where'd you have in mind?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ThreadFind: get mailing list archive URLs faster

Posted by "C. Michael Pilato" <cm...@collab.net>.
kfogel@collab.net wrote:
> These two lists (dev@ and users@subversion.tigris.org) are now being
> monitored by a ThreadFind instance:
> 
>    http://www.red-bean.com/threadfind/

I haven't checked to see if this was already done, but might we put a link
to this from the Subversion website?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Re: ThreadFind: get mailing list archive URLs faster

Posted by "C. Michael Pilato" <cm...@collab.net>.
kfogel@collab.net wrote:
> These two lists (dev@ and users@subversion.tigris.org) are now being
> monitored by a ThreadFind instance:
> 
>    http://www.red-bean.com/threadfind/

I haven't checked to see if this was already done, but might we put a link
to this from the Subversion website?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand