Bug 108015 - projects with sftp:// location don't work correctly
Summary: projects with sftp:// location don't work correctly
Status: RESOLVED DUPLICATE of bug 71318
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 18:13 UTC by Richard Faasen
Modified: 2005-06-24 01:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***