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 - Commit to multiple repos
Summary: Commit to multiple repos
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 15:04 UTC by markiewb
Modified: 2013-01-21 21:32 UTC (History)
1 user (show)

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 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.