You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/09 23:16:04 UTC

svn commit: rev 54178 - forrest/trunk/etc

Author: brondsem
Date: Sat Oct  9 14:16:01 2004
New Revision: 54178

Modified:
   forrest/trunk/etc/RELEASE_PROCESS.txt
Log:
easier way to ensure clean sources

Modified: forrest/trunk/etc/RELEASE_PROCESS.txt
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt	(original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt	Sat Oct  9 14:16:01 2004
@@ -58,7 +58,8 @@
    to find the important issues.
 
  - Check out a fresh copy from SVN to make sure you have no local modifications,
-   especially those that might be hidden by svn:ignore settings.
+   especially those that might be hidden by svn:ignore settings.  Alternatively,
+   run 'svn st --no-ignore' and delete any extra files.
 
  - Set your Java version to be the lowest specified of our supported versions.