Summary: | Creating new project with svn version control fails | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Martin Brodbeck <martin> |
Component: | subversion | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stanv |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Brodbeck
2007-02-05 12:18:22 UTC
cmake project templates are special because cmake is used to generate the kdevelop project file. You need to close and re-open the project. Also note: Subversion integration in kdevelop is generally lacking and I suggest to do the initial import with a real svn client (as well as any svn related stuff later on) Thanks for the hints. But close/reopen is not possible because it really doesn't create anything. There is nothing to reopen. So I think this is a svn-plugin related problem. Creating a cmake Project without svn works. btw, here is the output: --- snip --- cmake ./ -GKDevelop3 -- Check for working C compiler: gcc -- Check for working C compiler: gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: c++ -- Check for working CXX compiler: c++ -- works -- Configuring done -- Generating done -- Build files have been written to: /home/martin/cpp/MyProject *** Normal beendet *** --- snip --- (But, as mentioned, no build files have been written.) Hmm, the project is also not imported into the svn repository? IIRC importing a project should work with 3.4.0, so all thats missing is the .kdevelop file which shouldn't be in version control anyway. As for the message: That run only creates a .kdevelop file, no Makefiles as thats what the -G option is meant to do. Exactly. There's nothing in the svn repository and nothing on my local disk. Not even a directory for the new project has been created. There is message on console at moment project creation: kio (KTrader): WARNING: Parsing ' and [X-KDevelop-Version] == 4' gave syntax error And please see bug report at Ubuntu bugzilla: https://bugs.launchpad.net/ubuntu/+source/kdevelop3/+bug/37141 This bug was fixed a few days ago in KDE/3.5 svn. |