Summary: | CVS/Entries doesn't exist in "src" directory after creating new project | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Barry Stokes <barry> |
Component: | cvs | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.9.94 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Barry Stokes
2003-02-11 17:36:36 UTC
I can confirm this. now a script creates the CVS/* (or at least tries to :-)) I don't think it's a good idea!!! I think it would be better to: - Create the source files in some temporary directory, - Do 'cvs import' to get them into the CVS repository - Do 'cvs checkout' to get them out of the repository, into the project directory - Delete the files in the temporary directory (I think KDevelop 2.1.x does it like this already) Otherwise there can be some problems with odd cvs versions or cvs clashes with repository files (yes I had that once, but with KDevelop 2 I was able to detect that right away) with your technique I would only detect that when I would try to commit something. But anyway your solution is better than nothing. :) Amilcar This this fix make into Gideon 3.0.0?? I'v got the same problem, using Gideon. This use to work fine in Kdevelop 2.1.x. Like the bug database says, it was fixed in 24-03-2003. That means that the bug is solved in: KDevelop 3.0 alpha 4 KDevelop 3.0 alpha 5 KDevelop 3.0 CVS HEAD Please use CVS HEAD. http://www.kdevelop.org/index.html?filename=branches_compiling.html |