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 245325 - allow adding incoming file in "Show Changes" window without updating entire folder
Summary: allow adding incoming file in "Show Changes" window without updating entire f...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-30 13:59 UTC by klr8
Modified: 2014-09-15 11:13 UTC (History)
0 users

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 klr8 2014-06-30 13:59:47 UTC
Open the "Show Changes" view for a project with an incoming change that adds a new file (so a new file was added to the remote repository). Right-clicking that new new file does not present you with an option to pull in the file and add it to the working copy. To do that, you have to "Update to HEAD" the entire folder containing the new file. This is unfortunate since that folder might contain other changes you do not want to pull in yet.

I'm using Subversion. It could be that a similar issue exists for other version control systems.
Comment 1 Ondrej Vrabec 2014-07-02 10:59:11 UTC
fix: http://hg.netbeans.org/core-main/rev/0f459d4e13a8
Comment 2 Quality Engineering 2014-07-04 02:37:07 UTC
Integrated into 'main-silver', will be available in build *201407040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0f459d4e13a8
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #245325 - allow adding incoming file in "Show Changes" window without updating entire folder
Comment 3 klr8 2014-09-15 11:13:46 UTC
Just to confirm this works fine in 8.0.1.
Thanks for the fix!