how to import project from remote location
Mahmood Naderan
mahmood.nt at gmail.com
Mon Nov 14 17:40:37 GMT 2011
Ok. Maybe this question is not related to this list but I will be
thankful if you help.
>you use something like nfs or sshfs to mount them locally
I mount the remote location via sshfs. The question still present and
it is in case of file modification, will the new file be uploaded to
remote location? Or all changes are made in the mounted folder locally
and then by unmounting the folder, the changes are uploaded to remote
location?
On 11/14/11, Andreas Pakulat <apaku at gmx.de> wrote:
> On 14.11.11 18:55:32, Mahmood Naderan 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?
>
> Right.
>
>> So what is the pros of loading a remote project?
>
> I have no idea, I don't use remote projects. C++ projects do not make
> much sense to have on a remote-host unless you use something like nfs or
> sshfs to mount them locally since not only some of KDevelop's plugins
> require local access but also compiler and other things that a C++
> project needs to build will need this.
>
> For other languages remote-access does make sense, for example
> web-development and the corresponding KDevelop plugins do support
> remote-projects via fish:// properly.
>
> Andreas
>
>
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>
--
--
// Naderan *Mahmood;
More information about the KDevelop
mailing list