[eluser]DougW[/eluser]
I have a server set up with codeigniter and svn. I have several sites which are properly maintained by SVN. I was running an SVN client on my desktop which checked out the svn repository. I edit the code locally, test it on my local browser (gotta love the Mac with built-in linux server) and then committed the code back to my server. Everything is fine.
I grew tired of dreamweaver and am switching to Eclipse. So I download Eclipse. Install the SVN plugin. Figured out how to connect to a remote repository. I even created a new Eclipse project and checked out the project from svn into the new project.
I can browse the files one at a time and when am doen editing, can right-click and commit back to the server. Everything is cool. Except one thing.
I cannot get the codeigniter file structure to show up when I load a project. In fact, Eclipse doesn't even recognize any files that are there. How do I tell Eclipse that the project structure matches codeigniter. Ideally, I'd like to open the project and browse the files from the directory structure. Has anyone successfully integrated eclipse and CI to this extent? If anyone cares I'm happy to help them get this development environment working. It is really smooth and beautiful. Just open eclipse, edit a file, test locally, commit to server. Bam. Best of all worlds if I can just get the CI structure to show up in an Eclipse project.
Thanks!