how to import project from remote location

Alireza Haghdoost haghdoost at gmail.com
Sun Nov 20 04:49:35 GMT 2011


sshfs and fish makes world complicated, just put your project directory in
dropbox folder and make the world simple. It gonna work like a local
project (sure it should) and dropbox sync your files with the server.

On Mon, Nov 14, 2011 at 12:53, Mahmood Naderan <mahmood.nt at gmail.com> wrote:

> ok thanks for your help. Also thanks to Niko
>
> On 11/14/11, Andreas Pakulat <apaku at gmx.de> wrote:
> > On 14.11.11 21:10:37, Mahmood Naderan wrote:
> >> 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?
> >
> > If you mount through sshfs then you have a local filesystem path that
> > you give to KDevelop. The transfer of data is completely handled by
> > sshfs and wether that uses temp-files or directly transfers I have no
> > clue, you'll have to consult its documentation. KDevelop only sees a
> > local file in the filesystem, how its read/written to is completely
> > invisible to it it simply uses the standard unix API for read/write.
> >
> > Andreas
> >
> >
> > _______________________________________________
> > kdevelop mailing list
> > kdevelop at kdevelop.org
> > https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
> >
>
>
> --
> --
> // Naderan *Mahmood;
>
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20111119/6ddb404e/attachment-0001.html>


More information about the KDevelop mailing list