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 152450 - svn:ignore option not available after file is commited
Summary: svn:ignore option not available after file is commited
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 19:44 UTC by auzigog
Modified: 2010-03-17 09:56 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 auzigog 2008-11-05 19:44:33 UTC
If I have a file I want to ignore that is already part of the repository, I have to:

1) Remove the file
2) Commit it's removal
3) Re-add it
4) (Now NetBeans gives me the options to ignore it) ... Ignore it
5) Commit (so the property changes go through).

Other subversion systems allow you to do this all in one step just by ignoring a file that is already committed.
Comment 1 Ondrej Langr 2010-03-17 09:56:19 UTC
IMO a very useful feature simplifying users' workflow a lot and dismissing a need for IDE-internal workarounds such as "Exclude" (instead of versioning's Ignore) which are then difficult to communicate through UI and confusing for newbies. Any chance to get this into next release?