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 73181 - commit all on some files clears status on all files
Summary: commit all on some files clears status on all files
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 73318 76886 91878 (view as bug list)
Depends on:
Blocks: 71488
  Show dependency tree
 
Reported: 2006-03-02 15:03 UTC by drscott
Modified: 2007-02-19 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description drscott 2006-03-02 15:03:50 UTC
- TreeView enabled
- WebProject

Some changes on files under node 'WebPages' (e.g. <webroot>/Foo.jsp)
Some changes on files under noed 'Source Packages' (e.g.
<webroot>/WEB-INF/classes/Bar.java
Now select 'CVS->ShowChanges' on node 'Source Packages'. In the 'Versioning'
window only files from under that node are shown.
Now commit all using the button in the versioning window. Only the shown files
are commited. Good
But: The blue dots (which indicate that there are change files under a node)
also disappear from other nodes (e.g WebPages)

Not a big thing, but very shocking in the first moment... ;-)
Comment 1 _ pkuzel 2006-03-02 15:48:58 UTC
Checking in CommitExecutor.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitExecutor.java,v
 <--  CommitExecutor.java
new revision: 1.6; previous revision: 1.5
done
Comment 2 _ pkuzel 2006-03-07 14:39:58 UTC
Parse 1.12.x server messages, too.

Checking in CommitBuilder.java;
/cvs/javacvs/libsrc/org/netbeans/lib/cvsclient/command/commit/CommitBuilder.java,v
 <--  CommitBuilder.java
new revision: 1.16; previous revision: 1.15
done
Comment 3 _ pkuzel 2006-03-07 14:54:47 UTC
*** Issue 73318 has been marked as a duplicate of this issue. ***
Comment 4 _ pkuzel 2006-03-16 10:50:37 UTC
backported to release55 branch to solve issue #71488 

Checking in
cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitExecutor.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitExecutor.java,v
 <--  CommitExecutor.java
new revision: 1.4.6.1.2.1; previous revision: 1.4.6.1
done
Checking in libsrc/org/netbeans/lib/cvsclient/command/commit/CommitBuilder.java;
/cvs/javacvs/libsrc/org/netbeans/lib/cvsclient/command/commit/CommitBuilder.java,v
 <--  CommitBuilder.java
new revision: 1.13.12.2.2.1; previous revision: 1.13.12.2
done
Comment 5 Maros Sandor 2006-08-07 13:12:43 UTC
*** Issue 76886 has been marked as a duplicate of this issue. ***
Comment 6 pgebauer 2006-09-25 10:26:25 UTC
The fix has been backported into the release50_fixes branch.

Checking in libsrc/org/netbeans/lib/cvsclient/command/commit/CommitBuilder.java;
/cvs/javacvs/libsrc/org/netbeans/lib/cvsclient/command/commit/CommitBuilder.java,v
 <--  CommitBuilder.java
new revision: 1.15.6.1; previous revision: 1.15
done
Checking in
cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitExecutor.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitExecutor.java,v
 <--  CommitExecutor.java
new revision: 1.5.12.1; previous revision: 1.5
done
Comment 7 Maros Sandor 2007-01-09 11:09:38 UTC
*** Issue 91878 has been marked as a duplicate of this issue. ***