You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/05/27 18:10:31 UTC

svn commit: r1597814 - /accumulo/site/trunk/content/source.mdtext

Author: busbey
Date: Tue May 27 16:10:31 2014
New Revision: 1597814

URL: http://svn.apache.org/r1597814
Log:
update addition about maven version and RAT to give a stronger warning about the example git clean.

Modified:
    accumulo/site/trunk/content/source.mdtext

Modified: accumulo/site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/source.mdtext?rev=1597814&r1=1597813&r2=1597814&view=diff
==============================================================================
--- accumulo/site/trunk/content/source.mdtext (original)
+++ accumulo/site/trunk/content/source.mdtext Tue May 27 16:10:31 2014
@@ -84,7 +84,7 @@ The easiest fix is to ensure all of your
     git add path/to/other/file
     git clean -xdf
 
-Note that this git clean command will delete any files unknown to git in a way that is irreversible. 
+Note that this git clean command will delete any files unknown to git in a way that is irreversible. This includes files and directories created by IDEs in the workspace, even if git is normally configured to ignore them.
 
 ### Continuous Integration