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 191543

Summary: SVN support for parent module doesn't anymore include submodules/folders
Product: versioncontrol Reporter: simpatico
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description simpatico 2010-11-02 01:13:26 UTC
How do I commit changes to a whole Maven NB platform project to the SVN repo? In NB 6.9.1 I used to do that by choosing MemoPlatform -Netbeans Platform Application project and choose to commit that. It would include in the commit all changes to subfolders and be equivalent to: svn commit -m "message" in the parent folder.
Now When I try that instead, I'm only shown the src and pom.xml files to commit.
Comment 1 Ondrej Vrabec 2010-11-05 13:50:10 UTC
As far as i know, this never worked. When committing a parent project, it's subproject were always excluded from the commit. To commit also all subprojects, please switch to favorites view and commit from there.

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