The makefiles for classpath, as included in the libjava tree, run find to gather lists of specific files (for META-INF etc). The matched files are then copied to the build tree. However, the command lines used for the find invocations specifically mention 'CVS' as a directory to exclude; since gcc has switched to subversion, '.svn' should be excluded instead. I /think/ this only impacts the list of files in the build tree, and as such is fairly trivial, but I suppose the files may end up being included in some jar file too.
-- Summary: Classpath Makefiles assume CVS source control Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26688