This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 194288 - Store all the remote connection data as part of the project meta data
Summary: Store all the remote connection data as part of the project meta data
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal with 4 votes (vote)
Assignee: issues@cnd
URL:
Keywords:
: 190802 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-13 02:09 UTC by azizur
Modified: 2013-09-18 14:16 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description azizur 2011-01-13 02:09:43 UTC
Product Version = NetBeans IDE Dev (Build 2011-01-12_21-04-32 )
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_23
Runtime = Java HotSpot(TM) Client VM 19.0-b09


At the moment Project Configuration (Meta Data) does not includes the remote configuration configuration. All the remote connection data (ie sftp/ftp) passwords are stored as part of the user profile data (per IDE version). This is really annoying if you move computer frequently or lose the user profile data or test NetbeansIDE, you'd need to re-configure the remote connection every time.

Making the remote connection data as part of the project meta it would mean a project can easily be shared on different computers. It would also make it easier to move project to and from different versions of NetbeansIDE as connection data are not part of user meta rather part of project meta data.
Comment 1 Jesse Glick 2011-01-14 21:02:09 UTC
Not sure what you're talking about. Is this a C/C++ project by any chance?
Comment 2 Leonid Lenyashin 2011-02-11 20:26:43 UTC
I'm not sure it fits into the concept. It might help roaming individuals, but will likely irritate larger teams sharing projects through version control.
Alexander, could you please evaluate.
Comment 3 azizur 2011-05-07 22:50:13 UTC
(In reply to comment #1)
> Not sure what you're talking about. Is this a C/C++ project by any chance?

No this is nto a C/C++ project.
Comment 4 azizur 2011-05-07 22:59:05 UTC
(In reply to comment #2)
> I'm not sure it fits into the concept. It might help roaming individuals, but
> will likely irritate larger teams sharing projects through version control.
> Alexander, could you please evaluate.

I don't see how that's going to irritate larger teams? the very concept I am talking here is to help roaming team members on larger projects.

Assume you have a project set up on one machine with all the ssh/sftp/ftp and all the other connection. Now you want an easy way to migrate all the connection details with all the project specific config so that it can be loaded on another computer.

The idea here is to make sure all the project related remote connection detrails are exportable so that a developer in a large project will have same config including connection to remote server details except optionally their username and password.
Comment 5 Vladimir Kvashin 2011-05-08 12:58:18 UTC
(In reply to comment #4)
> The idea here is to make sure all the project related remote connection
> detrails are exportable so that a developer in a large project will have same
> config including connection to remote server details except optionally their
> username and password.

If IDE had a way to explicitely export/import remote connections setup, would this help?

As to password, IDE itself never stores it; and it never will.
Comment 6 azizur 2011-07-05 09:51:02 UTC
(In reply to comment #5)
> As to password, IDE itself never stores it; and it never will.

I think you should check you facts before saying things like this.

I have NetBeans storing my password to do things on my development machine.
Comment 7 svierkant 2013-07-03 12:36:38 UTC
*** Bug 190802 has been marked as a duplicate of this bug. ***
Comment 8 goker 2013-09-18 14:16:51 UTC
I look duplicated posts but I can't find any solution about this issue.
How can I copy my "Remote Connection Settings" from previous version of Netbeans?