You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/06/14 10:22:36 UTC

svn commit: r1492994 - /subversion/site/publish/docs/community-guide/general.part.html

Author: danielsh
Date: Fri Jun 14 08:22:35 2013
New Revision: 1492994

URL: http://svn.apache.org/r1492994
Log:
* docs/community-guide/general.part.html
  (patches-writing): Massage the text a little.

Modified:
    subversion/site/publish/docs/community-guide/general.part.html

Modified: subversion/site/publish/docs/community-guide/general.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1492994&r1=1492993&r2=1492994&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Fri Jun 14 08:22:35 2013
@@ -664,7 +664,7 @@ manual</a> for a complete list of comman
 <p>To get the latest source code, run:</p>
 <pre>svn checkout https://svn.apache.org/repos/asf/subversion/trunk/ svn-trunk</pre>
 <p>and follow the instructions in the <tt>INSTALL</tt> file.  (If you do not
-have an <tt>svn</tt> binary, <a href="/download/">download a source
+have an <tt>svn</tt> client, <a href="/download/">download a source
 tarball</a>.)</p>
 
 <p>If your patch implements a new feature, or changes large amounts of code,
@@ -674,7 +674,11 @@ list discussion.  If you ask on IRC, ple
 not everyone is online all the time (particularly on weekends).)  That is so
 the community can express concerns with and suggest improvements for the
 proposed feature or implementation details as soon as possible&mdash;it is
-always better for all parties if that feedback is provided sooner (even before any code is written) rather than later.</p>
+always better for all parties if that feedback is provided sooner (even before
+any code is written) rather than later.</p>
+
+<p>If you have any questions about the patch, please feel free to ask them on
+IRC or dev@.</p>
 
 </div> <!-- patches-writing -->