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 26805 - Redesign of VCS options
Summary: Redesign of VCS options
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL: http://ui.netbeans.org/docs/hi/option...
Keywords: UI
Depends on:
Blocks: 26780
  Show dependency tree
 
Reported: 2002-08-27 12:49 UTC by Martin Entlicher
Modified: 2004-11-01 14:08 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 Martin Entlicher 2002-08-27 12:49:14 UTC
This issue covers the changes in vcscore necessary
for migration to the new options.

The proposal of the new VCS options is located at
http://ui.netbeans.org/docs/hi/options/#projectsversioning

Following options are currently proposed for
"Version Control" category:

- Work Offline (check box)
- Autorefresh (combo box)
- Output Formatting (combo box)
- Enable VCS Groups (check box)
  - Show Full File Path (check box)
  - Move Modified Files to Default Group

I would like to add (as was suggested on nbdev):
- Path To Your .cvs* configuration files

And also:
- Show Advaced Options Hint (check box)
- Annotation Pattern (text field)
- Override Filesystem Settings (check box)

The "Override Filesystem Settings" option is quite
useful if you need to change options for all
mounted filesystems at once. If it is false, the
filesystem options have higher precedence.

Comments welcomed.
Comment 1 Martin Entlicher 2002-08-28 12:21:06 UTC
The "Path To Your .cvs* Configuration Files" property should not
change the HOME env variable for the IDE any more.
Instead it should set HOME (resp. HOMEDRIVE + HOMEPATH) env var only
for CVS filesystems.
Comment 2 Martin Entlicher 2004-11-01 14:08:33 UTC
This is actually not being implemented.