Bug 69248 - directory name clash in cvs source tree
Summary: directory name clash in cvs source tree
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: Compiled Sources Cygwin
: NOR minor
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-29 01:06 UTC by Ralf Habacker
Modified: 2010-12-16 19:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.. ;)