Bug 69248

Summary: directory name clash in cvs source tree
Product: [Developer tools] kdevplatform Reporter: Ralf Habacker <ralf.habacker>
Component: cvsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: 0.9.94   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Cygwin   
Latest Commit: Version Fixed In:

Description Ralf Habacker 2003-11-29 01:06:13 UTC
Version:           3.0.0-beta1 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 2.95 
OS:          Cygwin

Windows does not distinct upper and lower filename cases and checking out the kdevelop source on windows produces a name clash error in the path kdevelop/vcs/cvs, which results that the dir cvs is stored in the CVS dir. 

A possible solutions seems to me to rename kdevelop/vcs/cvs to kdevelop/vcs/cvsx or anything.
Comment 1 Amilcar do Carmo Lucas 2003-11-29 16:14:55 UTC
The good news is that you do not need those files if you use cervisia from HEAD.

And you are advised to use cervisia from HEAD it will give you extra flexibility!!

Just edit the vcs/Makefile.am to not include the cvs directory. Compile and that's it!
Comment 2 Ralf Habacker 2003-11-29 23:22:24 UTC
Nice to hear, but this isn't the real problem. The problem is that "cvs co kdevelop" fails on windows. 

 
Comment 3 Mario Scalas 2003-11-30 18:54:03 UTC
According to http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_7.html#SEC74 we should bother the cvs admin again ... :-(
Comment 4 Jens Dagerbo 2004-01-11 00:27:18 UTC
Fixed in CVS.. ;)