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:25:24 UTC

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

Author: stsp
Date: Tue May 12 09:25:24 2015
New Revision: 1678901

URL: http://svn.apache.org/r1678901
Log:
* site/publish/ideas.html: Remove two project ideas which, given past
  discussions I've witnessed, are unlikely to be accepted by the
  community (mergeinfo support for svn patch, mtime preservation).

Modified:
    subversion/site/publish/ideas.html

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1678901&r1=1678900&r2=1678901&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Tue May 12 09:25:24 2015
@@ -154,19 +154,6 @@ and the <a href="https://live.gnome.org/
     </p>
 </li>
 
-<li><p style="font-weight: bold;">Make 'svn patch' support 'svn:mergeinfo'
-  properties.</p>
-    <p>Teach <tt>svn patch</tt> to support mergeinfo.
-    See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3747"
-    >issue&nbsp;#3747</a> for details.</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;">Enable interoperability testing.</p>
     <p>The tests frameworks (<tt>make check</tt>) have limited support for
     testing with different client and server versions (1.8-dev clients and
@@ -185,24 +172,6 @@ and the <a href="https://live.gnome.org/
     </ul>
     </p>
 </li>
-
-<li><p style="font-weight: bold;">Mtime preservation.</p>
-    <p>Implement support for preserving the last-modified timestamp of
-    versioned files. For details, see
-    <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1256"
-    >issue #1256</a> and the
-    <a href="http://wiki.apache.org/subversion/MtimePreservation"
-    >MtimePreservation</a> page in our wiki.
-    </p>
-    <p>Required technical skills:
-    <ul>
-      <li>The ability to review, discuss, and extend a technical feature
-          specification.</li>
-      <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;">None of the above? Find a project idea in
     the issue tracker!</p>