Bug 108015

Summary: projects with sftp:// location don't work correctly
Product: [Applications] kdevelop Reporter: Richard Faasen <richard>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Richard Faasen 2005-06-23 18:13:45 UTC
Version:           3.2.0 (using KDE KDE 3.4.0)
Installed from:    Unlisted Binary Package
OS:                Linux

Creating a new project. When entering the sftp:// location it doesn't show up in the directory browser. When entered manually, it reports the location is invalid.

When copying a .kdevelop project file from local to another server, it is possible to open the project. However, the previously opened files won't be reloaded and you receive an error, the specified file or folder doesn't exist (the path minus the sftp:// and server prefix is shown here). Also, the location in the 'file selector' sidebar isn't set to the correct location.

Other functions, like importing an existing project from an sftp:// location don't work as well.
Comment 1 Amilcar do Carmo Lucas 2005-06-23 18:26:06 UTC
This is a duplicate.

And it will probably be closed as wontfix.

AFAIK the line does not work:
gcc -c sftp://blabla.com/bla.c 

And unless you "fix" gcc it never will
Comment 2 Daniel Franke 2005-06-24 00:43:46 UTC
But this line (or a similar one) does: 
ssh user@host "gcc -g /some/path/foo.c"

Yes, it is a dupe: #71318
Comment 3 Matt Rogers 2005-06-24 01:33:54 UTC

*** This bug has been marked as a duplicate of 71318 ***