You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/02 17:45:47 UTC

BugRat Report #331 has been filed.

Bug report #331 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/331>

REPORT #331 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 1.2
   JVM Release: 1.3.0
   Operating System: Linux
   OS Release: Suse 6.4/2.2.14
   Platform: i386

Synopsis: 
defaultexcludes are not sufficient for CVS

Description:
The defaultexcludes ignore files in the CVS-directory
by CVS/*, but this must not be enough. If you uses watches
in CVS, then cvs edit creates a copy of original version in
CVS/Base/.... 

The bugfix would be to extend the pattern "CVS/*" in the 
defaultexcludes to "CVS/**"