[jbosstools-issues] [JBoss JIRA] (JBIDE-14569) Validation error of git remote before auto git push

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed May 22 11:58:06 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776081#comment-12776081 ] 

Andre Dietisheim commented on JBIDE-14569:
------------------------------------------

The reason is pretty simple:

When the import succeeds, it'll set the freshly created project to the wizard. The Git cloning wizard page will catch up the change in project (we are creating a new project so before we had no project, now - after the import - we have a project) and validate the remote. The remote-validation is checking if the project already has a remote with the given name (in the text field) which is the case here: the text-field says "origin", the new project already has a remote called "origin" and informs the user.
The bug is that the remote validation should only occurr for existing projects, not for new ones.
                
> Validation error of git remote before auto git push
> ---------------------------------------------------
>
>                 Key: JBIDE-14569
>                 URL: https://issues.jboss.org/browse/JBIDE-14569
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Stefan Bunciak
>            Assignee: Andre Dietisheim
>            Priority: Minor
>             Fix For: 4.1.0.Beta2
>
>         Attachments: auto_push_error.png, publish-as7-1.png, publish-as7-2.png
>
>
> !auto_push_error.png|thumbnail!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list