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 167827

Summary: Respect sub projects as well when commiting/viewing parent project
Product: versioncontrol Reporter: psartini <psartini>
Component: MercurialAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description psartini 2009-06-29 19:24:50 UTC
Not sure if this is a VCS or a Maven issue.
If you have sub projects (maven) the vcs operations just use the specific sub project. Since they are all in one 
repository, it would make sense to commit all of them at once.

Example:
- Parent Project (POM)
-- Webproject (WAR)
-- Backend (JAR)

I would expect that the Parent Project does commit its sub projects as well. Right now there is no possibility to 
commit everything at once if code changes happened accross sub modules.
Comment 1 Ondrej Vrabec 2009-06-30 07:39:52 UTC
Projects and Files view apply only on projects, all together can be committed from the Favorites view. See issue 159543.

*** This issue has been marked as a duplicate of 159543 ***