|
I found nowhere - Xcode docs or googleing for it - how to import source already existing in an established CVS repository (ssh accessed).
For the time being everything I tried results in... nothing. Xcode does not get it source that has been added are already in cvs.
The nitty-gritty of what I tried is: checkout my source (C++), lots of them, the whole tree. Create a C++ tool project in Xcode and add the whole tree to the newly created project, activate SCM in Xcode and watch it does not work. Any idea, what is missing?
|