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 225032

Summary: Commit to multiple repos
Product: versioncontrol Reporter: markiewb
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WONTFIX    
Severity: normal CC: git
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description markiewb 2013-01-17 15:04:55 UTC
ACTUAL: When i try to commit to multiple repos NetBeans asks me to choose which repo i want to commit to. So i have to repeat the whole procedure for every repo. (FYI I want to use the same commit comment)

EXPECTED: NetBeans allows me to commit to multiple repos in one step using the same commit comment.

I think other actions like pull/push/fetch... should be also supported this way.
Comment 1 Ondrej Vrabec 2013-01-18 13:10:20 UTC
pull,push,fetch from upstream actions could work on more than one repository. No way for commit - because of commit hooks (closing issues and adding comments).
If you want to use the same commit message, there's nothing easier than to select it from the commit message history (an icon button in the top right corner of the commit dialog).
filed a separate bug #225058 for fetch, push and pull
Comment 2 markiewb 2013-01-21 21:32:57 UTC
(In reply to comment #1)
> No way for commit - because of commit hooks (closing issues and adding
> comments).
Why not support committing to multiple repos with the same commit message but omitting the commit hooks (i mean ignore/disable the controls to update the bugtracker)? Or did i miss something import? PS: I know this is bad design to have too much repos.