googlecode SVN project in workspace

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
slash17
CodeLite Curious
Posts: 1
Joined: Sun Feb 06, 2011 3:37 pm
Genuine User: Yes
IDE Question: C++
Contact:

googlecode SVN project in workspace

Post by slash17 »

Hi to all,

I was searching for a good IDE for C/C++ (actually mainly C) with subversion plugin and I find out CodeLite just this morning!

I really like it, but I can't understand how to get my svn project in the workspace.
I'm running CodeLite 2.9 on Ubuntu Linux 10.10 (with subversion installed obviously).

here is what I tried:
I checkout my project in a folder called 'unical-gl-shooter' in my home
Now I can see the project with all its files in the Explorer tab, and the svn menu by right clicking, but in the workspace view I can't see any file.
So I create a workspace (named 'codelite') in the 'unical-gl-shooter' folder and a project (custom makefile) named 'unicalglshooter' in there, but still no files are shown in the workspace view.

So I try the 'Import Files from Directory' and the result is the creation of a 'virtual folder' named 'unical-gl-shooter' (under the project directory, in workspace view) with all the project files in; the problem is that if I modify one of this (virtual?) file and then make and run, there is no change!

This is the workspace view:

Code: Select all

codelite
   unicalglshooter
      unical-gl-shooter
         main.c
         texture.h
         texture.c
         ....
         etc
How can I do?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: googlecode SVN project in workspace

Post by eranif »

slash17 wrote:file and then make and run, there is no change
from where?
Are you using the command line to build?

Please provide *all* the information:

1) How do you build your project without an IDE?
2) Did you use the command line to build your project?
3) Did you use codelite to build your project?
4) Please post the output of the build

Eran
Make sure you have read the HOW TO POST thread
Post Reply