You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/05/12 11:26:19 UTC

svn commit: r1678902 - /subversion/site/publish/ideas.html

Author: stsp
Date: Tue May 12 09:26:19 2015
New Revision: 1678902

URL: http://svn.apache.org/r1678902
Log:
* site/publish/ideas.html: Remove 'svnauth' idea, already implemented for 1.9.

Modified:
    subversion/site/publish/ideas.html

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1678902&r1=1678901&r2=1678902&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Tue May 12 09:26:19 2015
@@ -127,21 +127,6 @@ and the <a href="https://live.gnome.org/
     </p>
 </li>
 
-<li><p style="font-weight: bold;">Cached authentication credentials management tool</p>
-    <p>Write an <tt>svnauth</tt> tool to manage the <tt>~/.subversion/auth/</tt>
-    area.  Required functionality includes adding, listing, and removing cached
-    credentials.  A <a href="http://mid.gmane.org/01d901ce3c2a$a787a220$f696e660$@qqmail.nl"
-    >minor wire protocol extension</a> may be required.</p>
-    <p>For background, see the <a href="http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_auth.h?view=markup"
-    ><tt>svn_auth.h</tt></a> API.</p>
-    <p>Required technical skills:
-    <ul>
-      <li>Advanced programming experience in the C programming language.</li>
-      <li>Some experience with the Python programming language.</li>
-    </ul>
-    </p>
-</li>
-
 <li><p style="font-weight: bold;">XML output for 'svn mergeinfo'</p>
     <p>Teach <tt>svn mergeinfo</tt> to create XML output.
     See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4245"