You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Johan Walles (JIRA)" <ji...@codehaus.org> on 2009/12/29 19:37:55 UTC

[jira] Created: (SCM-521) Please add support for push / merge to the API

Please add support for push / merge to the API
----------------------------------------------

                 Key: SCM-521
                 URL: http://jira.codehaus.org/browse/SCM-521
             Project: Maven SCM
          Issue Type: New Feature
          Components: maven-scm-api
    Affects Versions: 1.3
         Environment: Any distributed VCS.
            Reporter: Johan Walles


Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.

Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!

It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup

I'm guessing the other DVCS providers are having the same problems.

  Regards //Johan


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SCM-521) Please add support for optional push / merge to the bazaar provider

Posted by "Johan Walles (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=224740#action_224740 ] 

Johan Walles commented on SCM-521:
----------------------------------

Nice, thanks Olivier!

> Please add support for optional push / merge to the bazaar provider
> -------------------------------------------------------------------
>
>                 Key: SCM-521
>                 URL: http://jira.codehaus.org/browse/SCM-521
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api, maven-scm-provider-bazaar
>    Affects Versions: 1.3
>         Environment: Any distributed VCS.
>            Reporter: Johan Walles
>            Assignee: Olivier Lamy
>             Fix For: 1.4
>
>
> Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.
> Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!
> It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
> http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup
> I'm guessing the other DVCS providers are having the same problems.
>   Regards //Johan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (SCM-521) Please add support for optional push / merge to the bazaar provider

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed SCM-521.
----------------------------

       Resolution: Fixed
    Fix Version/s: 1.4
         Assignee: Olivier Lamy

fixed rev 952830

> Please add support for optional push / merge to the bazaar provider
> -------------------------------------------------------------------
>
>                 Key: SCM-521
>                 URL: http://jira.codehaus.org/browse/SCM-521
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api, maven-scm-provider-bazaar
>    Affects Versions: 1.3
>         Environment: Any distributed VCS.
>            Reporter: Johan Walles
>            Assignee: Olivier Lamy
>             Fix For: 1.4
>
>
> Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.
> Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!
> It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
> http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup
> I'm guessing the other DVCS providers are having the same problems.
>   Regards //Johan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SCM-521) Please add support for optional push / merge to the bazaar provider

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated SCM-521:
-----------------------------

    Component/s: maven-scm-provider-bazaar
        Summary: Please add support for optional push / merge to the bazaar provider  (was: Please add support for push / merge to the API)

> Please add support for optional push / merge to the bazaar provider
> -------------------------------------------------------------------
>
>                 Key: SCM-521
>                 URL: http://jira.codehaus.org/browse/SCM-521
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api, maven-scm-provider-bazaar
>    Affects Versions: 1.3
>         Environment: Any distributed VCS.
>            Reporter: Johan Walles
>
> Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.
> Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!
> It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
> http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup
> I'm guessing the other DVCS providers are having the same problems.
>   Regards //Johan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SCM-521) Please add support for optional push / merge to the bazaar provider

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=224625#action_224625 ] 

Olivier Lamy commented on SCM-521:
----------------------------------

SCM-444 has changed the API.
So only bazaar provider need to be changed.

> Please add support for optional push / merge to the bazaar provider
> -------------------------------------------------------------------
>
>                 Key: SCM-521
>                 URL: http://jira.codehaus.org/browse/SCM-521
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api, maven-scm-provider-bazaar
>    Affects Versions: 1.3
>         Environment: Any distributed VCS.
>            Reporter: Johan Walles
>
> Maven's SCM API seems to lack support for distributed SCMs like Bazaar and friends.
> Having support for "push" (my changes to a parent repository) and "merge" (other people's changes from a parent repository) would be great!
> It would also make it possible to unbreak the Bazaar plugin which currently does "push" implicitly on checkin:
> http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-bazaar/src/main/java/org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java?view=markup
> I'm guessing the other DVCS providers are having the same problems.
>   Regards //Johan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira