Quote:
Originally Posted by md_lasalle
Hello all!
We are making a project on which 2 or 3 developers work as a team on.
We are using Starteam as our Version Control tool and repository.
The problem is simple : When we create a new subproject and we add files to it, we normally use symlinks so that our code structure is not dependent on Kdevelop, so, when a new developer comes in and get the latest source from the repository, he needs to recreate all symlinks within Kdevelop to be able to build.
What would be the best approach to fix this issue ?
Thanks for any inputs
|
Stop using Kdevelop. Use text editors and makefiles.
The other option is to bite the bullet and put the Kdevelop project files in version control. That way, you can track changes to your project. Otherwise, someone can trash the project files and you have to recreate them from memory.
DISCLAIMER: I am biased against Kdevelop because it sucks.