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 36655 - Share application sources and IDE settings separately
Summary: Share application sources and IDE settings separately
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-17 09:03 UTC by Richard Gregor
Modified: 2007-03-27 00:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Gregor 2003-10-17 09:03:07 UTC
The project settings are versioned by versioning
the project file. In the UI, updating, adding and
committing to VCS must always distinguish between
the source data and the project file (presented as
project settings). In other words, the user must
be able to handle them separately -- e.g. through
different commands in menus. But there must be
also a clear default way to manipulate the whole
project consistently to avoid problems with
different versions of the project settings and
project contents.
Comment 1 Quality Engineering 2007-01-05 10:40:12 UTC
Reassigning vcscore issues to versioncontrol->vcscore.
Comment 2 raelianer 2007-03-27 00:13:19 UTC
I would like an option for the project where the user can choose if the project
settings are versioned or not. I started a project at SourceForge.net and I
think that users who might want to participate do not need the project settings
of netbeans, if they do not use it. So I want the option that only the source
files (or maybe the testfiles, too) are versioned. The implementation could be
like this: the user right-clicks on a folder->subversion-> and here he could
coose "include this folder" or "exclude this folder". If he would right-click
the project folder, it could look like folder->subversion-> "include project
with project settings" and "include project without project settings".
Or / and these functionality should be avaible during the commit-process. But it
would be really useful.