From: Mark S. <mar...@gm...> - 2008-10-21 01:16:39
|
Grumble... I feel like I just took one step forward... and five steps back. I was able to get XCode to properly commit a change to CVS at Source Forge (I added a two lines to the AUTHORS file, a blank line and 'TEST'), I created a whole new XCode project, set up the repository fresh, with my Source Forge User name, did a code checkout to get the entire code base, and then modified the file. That seems to have fixed that issue. But now I am back with the original problem I had when I first checked the code out when I was trying to get the stupid thing to compile and run. It would compile (28 warmings due to 'deperacated' routines in Rails that were called elsewhere in Rails). But it won't find the main routine. I fixed it before by adjusting the Manifest file and creating a new routine 'Rails' with the main routine (rather than GameTest). But it is now being very stubborn. I still cannot commit with my original project, which makes me think there is something buried in there that is saving the original anonymous configuration when trying to do a checkin. I can tell from the XCode use I have been doing, that this will work very well, once it is all configured correctly. But it is very very fustrating. Mark |