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 180997 - permanent file exclusion from subversion
Summary: permanent file exclusion from subversion
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-20 15:06 UTC by yadav
Modified: 2010-03-17 09:50 UTC (History)
1 user (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 yadav 2010-02-20 15:06:22 UTC
IDE support enhancement

I would like to see a way to set file to be permanently excluded from getting imported or committed to subversion from the treeview

one should be able to exclude files via a popup-menu option, 

excluded files should be indicated in the treeview visually (suggest having a 'X' placed in the page icon and/or a grayed out (fainted) page icon.
Comment 1 Ondrej Vrabec 2010-02-20 23:36:51 UTC
I guess we can add the action to context/main menu.
However you're able to permanently exclude a file already (Subversion -> Show changes and in the opened view select the file and select Exclude from commit from the context menu).

BTW has the file we're talking about already been committed? Beacuse if not, then you should consider setting it to ignored rather than excluded (so it's not accidentally committed e.g. from commandline).
Comment 2 yadav 2010-02-21 00:28:47 UTC
yes the file was already committed, thank for the info about exclude and ignore commits. still would be nice to see visual in treeview with popup menu support
Comment 3 Ondrej Vrabec 2010-02-22 02:58:54 UTC
fix: http://hg.netbeans.org/cdev/rev/36f34df83c8f
Comment 4 Ondrej Vrabec 2010-02-22 03:00:35 UTC
http://hg.netbeans.org/cdev/rev/36f34df83c8f - action added to the context menu
visual indication in views remains to be implemented
Comment 5 Quality Engineering 2010-02-24 22:04:28 UTC
Integrated into 'main-golden', will be available in build *201002250200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36f34df83c8f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #180997 - permanent file exclusion from subversion
adding include/exclude action into context menu
Comment 6 Quality Engineering 2010-02-25 22:16:22 UTC
Integrated into 'main-golden', will be available in build *201002260200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36f34df83c8f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #180997 - permanent file exclusion from subversion
adding include/exclude action into context menu