how to import project from remote location

Niko Sams niko.sams at gmail.com
Mon Nov 14 17:43:53 GMT 2011


On Mon, Nov 14, 2011 at 16:25, Mahmood Naderan <mahmood.nt at gmail.com> wrote:
>>The custom buildsystem does not support remote setups, neither does the
>>C++ language plugin. Those only work with local projects, in particular
>>since parsing would be horribly slow with remote files.
>
> Then it is not possible to find function definitions, variable and
> other thing. Is that right?
>
> So what is the pros of loading a remote project?
Sometime it's useful for web projects to hack direclty online, eg to
track down a bug that
is only reproducable in production. Or because you are to lazy to
setup a proper local
development server.
But I never work with remote *projects*, i simple use the filesystem
view for that.

The best way to work with web projects is (imho) to have a local
development environment,
commit the code to some svn/git and checkout that repository online.

Niko




More information about the KDevelop mailing list