This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71464 - Lower case contains.java checked in. Prevents CVS checkout and update on Windows.
Summary: Lower case contains.java checked in. Prevents CVS checkout and update on Wind...
Status: RESOLVED DUPLICATE of bug 57402
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 71476 71477
Blocks:
  Show dependency tree
 
Reported: 2006-01-16 20:41 UTC by charlweed
Modified: 2007-01-04 17:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2006-01-16 20:41:04 UTC
There is a file in the repository 
clazz/jmi/org/netbeans/modules/java/api/model/source
"contains.java"
as well as 
"Contains.java"

This leads to the following CVS client error on windows systems:
cvs [server aborted]: Contains.java,v is ambiguous; could mean contains.java,v
or Contains.java,v

There is no CVS work around, nor will any other windows cvs clients get the
file. The file must be skiped.
Accordingly the source must be downloaded via zip file instead of CVS.

Q:\projects\3rdparty\NetBeans\nb50_cvs>cvs -z6 co -AP  -r
release50-BLD200601101900  clazz
cvs server: Updating clazz
cvs server: Updating clazz/jmi
cvs server: Updating clazz/jmi/org
cvs server: Updating clazz/jmi/org/netbeans
cvs server: Updating clazz/jmi/org/netbeans/modules
cvs server: Updating clazz/jmi/org/netbeans/modules/java
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api/model
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api/model/classpath
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api/model/physical
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api/model/project
cvs server: Updating clazz/jmi/org/netbeans/modules/java/api/model/source
cvs [server aborted]: Contains.java,v is ambiguous; could mean contains.java,v
or Contains.java,v
Comment 1 Milan Kubec 2006-01-17 08:11:17 UTC
Not NetBeans problem, reassigning to javacvs just to verify that.
Comment 2 _ pkuzel 2006-01-17 09:56:57 UTC
Please cleanup your repository and setup repository hooks that prevent Unix
users from commiting files with ambiguous names.
Comment 3 Peter Pis 2006-01-17 10:02:05 UTC

*** This issue has been marked as a duplicate of 65664 ***
Comment 4 _ pkuzel 2006-01-17 10:11:27 UTC
I'll file:
 - clazz module cleanup bug
 - enhancement to setup hooks in netBeans.org CVS
Comment 5 _ pkuzel 2006-01-17 10:19:27 UTC
Done, see issue #71476 and issue #71477.
Comment 6 rbalada 2006-01-17 13:43:43 UTC
Reopening to set correct duplicate issue number.
Comment 7 Milan Kubec 2006-01-17 15:44:41 UTC
Rudo, do you know what is the correct duplicate issue number?
Comment 8 rbalada 2006-01-17 16:19:13 UTC
I;m sorry, I was interrupted :-)

*** This issue has been marked as a duplicate of 57402 ***